Browse Source

Update index.html

pull/160/head
ApexioDaCoder 3 years ago
committed by GitHub
parent
commit
86218f6d97
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      src/www/index.html

4
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>

Loading…
Cancel
Save