js-tailwindcss template added

This commit is contained in:
Ahmed Mujtaba Chang
2022-08-31 18:26:06 +05:00
parent 8671428a75
commit 6c986d4dea
11 changed files with 3709 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<title>Solid App with Tailwind CSS</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<script src="/src/index.jsx" type="module"></script>
</body>
</html>