Skip to content

Commit

Permalink
add tailwind cdn
Browse files Browse the repository at this point in the history
  • Loading branch information
DougAnderson444 committed Apr 3, 2024
1 parent 1def5d9 commit d777707
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,10 @@
});
</script>

<svelte:head>
<script src="https://cdn.tailwindcss.com"></script>
</svelte:head>

<h1>Welcome to Secure Bookmark Warp Wallet</h1>
<a id="el_link" bind:this={el_link} class="installer">Drag me into tab bar</a>

Expand Down

0 comments on commit d777707

Please sign in to comment.