Browse Source

index.html: remove tailwind cdn due we build it

cdn.tailwindcss.com should not be used in production. To use Tailwind CSS in production, install it as a PostCSS plugin or use the Tailwind CLI: https://tailwindcss.com/docs/installation
pull/771/head
Philip H 3 years ago
committed by GitHub
parent
commit
82cdacb5bb
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      src/www/index.html

1
src/www/index.html

@ -3,7 +3,6 @@
<head>
<title>WireGuard</title>
<script src="https://cdn.tailwindcss.com"></script>
<script>
tailwind.config = {
darkMode: 'media',

Loading…
Cancel
Save