step 2 : setting tailwind dan alpine

This commit is contained in:
sindhu
2025-03-04 08:07:14 +07:00
parent 70d131b62f
commit 422799a117
2 changed files with 15 additions and 0 deletions

15
v1/index.html Normal file
View File

@@ -0,0 +1,15 @@
<!doctype html>
<html>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Login XPORT</title>
<!-- tailwind cdn -->
<script src="https://unpkg.com/@tailwindcss/browser@4"></script>
<!-- alpine cdn -->
<script defer src="https://cdn.jsdelivr.net/npm/alpinejs@3.14.8/dist/cdn.min.js"></script>
</head>
<body>
<h1 class="text-3xl">Setting Project Awal</h1>
</body>
</html>

0
v1/tailwind.config.js Normal file
View File