Fix Tailwind import syntax
This commit is contained in:
+3
-2
@@ -7,7 +7,8 @@
|
|||||||
<title>my-app</title>
|
<title>my-app</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="app"></div>
|
<div class="min-h-screen bg-slate-900 text-white flex items-center justify-center">
|
||||||
<script type="module" src="/src/main.js"></script>
|
<h1 class="text-4xl font-bold text-emerald-400">Tailwind CSS Aktif! 🚀</h1>
|
||||||
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Reference in New Issue
Block a user