|
|
@ -29,8 +29,9 @@ |
|
|
|
<link href="main.css" rel="stylesheet" /> |
|
|
|
</head> |
|
|
|
|
|
|
|
<body class="bg-white dark:black m-10"> |
|
|
|
<body class="bg-gray-200 dark:black m-10" x-data="{}"> |
|
|
|
<h1 class="text-4xl font-bold">Hello Créalise</h1> |
|
|
|
<h1 class="text-3xl text-orange-500">Coucou</h1> |
|
|
|
<h2 class="text-3xl text-crealise">Tailwind ready</h2> |
|
|
|
<h3 class="text-xl text-blue-700" x-text="'AlpineJs'+' '+'ready'"></h3> |
|
|
|
</body> |
|
|
|
</html> |