ApexioDaCoder
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
src/www/index.html
|
|
@ -5,7 +5,7 @@ |
|
|
|
<title>WireGuard</title> |
|
|
|
<link href="./css/vendor/tailwind.min.css" rel="stylesheet"> |
|
|
|
<link rel="manifest" href="./manifest.json"> |
|
|
|
<link rel="icon" type="image/png" href="cimg/favicon.png"> |
|
|
|
<link rel="icon" type="image/png" href="./img/favicon.png"> |
|
|
|
<link rel="apple-touch-icon" href="./img/apple-touch-icon.png"> |
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover"> |
|
|
|
<meta name="apple-mobile-web-app-capable" content="yes"> |
|
|
@ -482,4 +482,4 @@ |
|
|
|
<script src="./js/app.js"></script> |
|
|
|
</body> |
|
|
|
|
|
|
|
</html> |
|
|
|
</html> |
|
|
|