|
|
@ -3,7 +3,13 @@ |
|
|
|
|
|
|
|
|
<head> |
|
|
<head> |
|
|
<title>WireGuard</title> |
|
|
<title>WireGuard</title> |
|
|
<link href="./css/vendor/tailwind.min.css" rel="stylesheet"> |
|
|
<script src="https://cdn.tailwindcss.com"></script> |
|
|
|
|
|
<script> |
|
|
|
|
|
tailwind.config = { |
|
|
|
|
|
darkMode: 'class', |
|
|
|
|
|
} |
|
|
|
|
|
</script> |
|
|
|
|
|
<!-- <link href="./css/vendor/tailwind.min.css" rel="stylesheet"> --> |
|
|
<link rel="manifest" href="./manifest.json"> |
|
|
<link rel="manifest" href="./manifest.json"> |
|
|
<link rel="icon" type="image/png" href="./img/favicon.png"> |
|
|
<link rel="icon" type="image/png" href="./img/favicon.png"> |
|
|
<link rel="apple-touch-icon" href="./img/apple-touch-icon.png"> |
|
|
<link rel="apple-touch-icon" href="./img/apple-touch-icon.png"> |
|
|
|