step 2 : setting tailwind dan alpine
This commit is contained in:
15
v1/index.html
Normal file
15
v1/index.html
Normal 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
0
v1/tailwind.config.js
Normal file
Reference in New Issue
Block a user