Merge pull request #3 from AREA44/area-fix-how-to-use
[Fix] the template
This commit is contained in:
commit
fad67ad039
@ -12,11 +12,11 @@
|
||||
<title>Pines UI</title>
|
||||
<style>[x-cloak]{display:none}</style>
|
||||
<!-- Include the Alpine library on your page -->
|
||||
<script src="//unpkg.com/alpinejs" defer></script>
|
||||
<script src="https://unpkg.com/alpinejs" defer></script>
|
||||
<!-- Include the TailwindCSS library on your page -->
|
||||
<script src="https://cdn.tailwindcss.com"></script>
|
||||
</head>
|
||||
<body class="flex items-start justify-center h-full bg-gray-50" style="display:none;">
|
||||
<body class="flex items-start justify-center h-full bg-gray-50">
|
||||
<div class="flex items-center justify-center w-full max-w-full">
|
||||
<!-- Element Here -->
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user