Philip H
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
7 deletions
-
src/www/index.html
|
|
@ -3,13 +3,7 @@ |
|
|
|
|
|
|
|
<head> |
|
|
|
<title>WireGuard</title> |
|
|
|
<script src="https://cdn.tailwindcss.com"></script> |
|
|
|
<script> |
|
|
|
tailwind.config = { |
|
|
|
darkMode: 'media', |
|
|
|
} |
|
|
|
</script> |
|
|
|
<!-- <link href="./css/vendor/tailwind.min.css" rel="stylesheet"> --> |
|
|
|
<link href="./css/app.css" rel="stylesheet"> |
|
|
|
<link rel="manifest" href="./manifest.json"> |
|
|
|
<link rel="icon" type="image/png" href="./img/favicon.png"> |
|
|
|
<link rel="apple-touch-icon" href="./img/apple-touch-icon.png"> |
|
|
|