live server ok

This commit is contained in:
pvincent
2022-10-04 21:21:10 +04:00
parent 5c6225c4bd
commit a4d6a818ca
2 changed files with 7 additions and 2 deletions
+4 -2
View File
@@ -26,9 +26,11 @@
}, },
}; };
</script> </script>
<link href="main.css" rel="stylesheet" />
</head> </head>
<body class="bg-white dark:bg-slate-400"> <body class="bg-white dark:black m-10">
<h1>Hello Créalise</h1> <h1 class="text-4xl font-bold">Hello Créalise</h1>
<h1 class="text-3xl text-orange-500">Coucou</h1>
</body> </body>
</html> </html>
+3
View File
@@ -0,0 +1,3 @@
@tailwind base;
@tailwind components;
@tailwind utilities;