TailwindCSS/index.html

14 lines
402 B
HTML
Raw Permalink Normal View History

2022-09-20 10:14:08 -06:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Tails Downloaded File</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/tailwindcss/2.0.2/tailwind.min.css">
</head>
<body>
2024-09-02 15:53:44 -06:00
<h1 class="text-white bg-black text-5xl py-4 px-6">¡Hola Mundo!</h1>
2022-09-20 10:14:08 -06:00
</body>
</html>