tailwind and static files init

This commit is contained in:
Per Stark
2024-12-04 17:20:57 +01:00
parent 58ddc1f824
commit f9a382db6d
10 changed files with 632 additions and 3 deletions

View File

@@ -5,7 +5,9 @@
</head>
<body>
Hello world!
<h1 class="text-4xl bg-blue-300">Hello world!</h1>
I am {{adjective}}
<h1>WOW!</h1>
</body>
</html>