Added new_site as a raw tailwind+html site; initialized npm modules; demo template

This commit is contained in:
2025-02-10 07:08:13 +01:00
parent 20316167ce
commit 17b3c9e9e9
306 changed files with 70895 additions and 0 deletions

16
new_site/src/index.html Normal file
View File

@@ -0,0 +1,16 @@
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="./output.css" rel="stylesheet">
</head>
<body>
<h1 class="text-5xl decoration-2 decoration-inherit font-bold underline text-center p-2 mt-10">Hello you!</h1>
<p class="text-lg text-center p-2">This is a test paragraph!</p>
</body>
</html>