diff --git a/getting-started/how-to-use.html b/getting-started/how-to-use.html index 12e4af0..604f354 100644 --- a/getting-started/how-to-use.html +++ b/getting-started/how-to-use.html @@ -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>