|
|
@ -3,11 +3,7 @@ |
|
|
|
<head> |
|
|
|
<meta charset="UTF-8" /> |
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
|
|
|
|
|
|
|
<link |
|
|
|
rel="stylesheet" |
|
|
|
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css" |
|
|
|
/> |
|
|
|
<title>webdev-minimal</title> |
|
|
|
|
|
|
|
<script |
|
|
|
defer |
|
|
@ -31,7 +27,5 @@ |
|
|
|
|
|
|
|
<body class="bg-gray-200 dark:black m-10" x-data="{}"> |
|
|
|
<h1 class="text-4xl font-bold">Hello Créalise</h1> |
|
|
|
<h2 class="text-3xl text-crealise">Tailwind ready</h2> |
|
|
|
<h3 class="text-xl text-blue-700" x-text="'AlpineJs'+' '+'ready'"></h3> |
|
|
|
</body> |
|
|
|
</html> |