mirror of https://github.com/wg-easy/wg-easy
5 changed files with 58 additions and 58 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -1,20 +1,20 @@ |
|||||
<!DOCTYPE html> |
<!DOCTYPE html> |
||||
<html lang="en"> |
<html lang="en"> |
||||
<head> |
<head> |
||||
<meta charset="UTF-8" /> |
<meta charset="UTF-8" /> |
||||
<title>WireGuard</title> |
<title>WireGuard</title> |
||||
<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" /> |
||||
<meta |
<meta |
||||
name="viewport" |
name="viewport" |
||||
content="width=device-width, initial-scale=1, viewport-fit=cover" |
content="width=device-width, initial-scale=1, viewport-fit=cover" |
||||
/> |
/> |
||||
<meta name="apple-mobile-web-app-capable" content="yes" /> |
<meta name="apple-mobile-web-app-capable" content="yes" /> |
||||
<script type="module" crossorigin src="/assets/index-qMiTwhmc.js"></script> |
<script type="module" crossorigin src="/assets/index-YnjTemP9.js"></script> |
||||
<link rel="stylesheet" crossorigin href="/assets/index-Vj7S3zSy.css"> |
<link rel="stylesheet" crossorigin href="/assets/index-B356x2n7.css"> |
||||
</head> |
</head> |
||||
<body class="bg-gray-50 dark:bg-neutral-800"> |
<body class="bg-gray-50 dark:bg-neutral-800"> |
||||
<div id="app"></div> |
<div id="app"></div> |
||||
</body> |
</body> |
||||
</html> |
</html> |
||||
|
|||||
@ -1,11 +1,11 @@ |
|||||
{ |
{ |
||||
"name": "WireGuard", |
"name": "WireGuard", |
||||
"display": "standalone", |
"display": "standalone", |
||||
"background_color": "#fff", |
"background_color": "#fff", |
||||
"icons": [ |
"icons": [ |
||||
{ |
{ |
||||
"src": "img/favicon.png", |
"src": "img/favicon.png", |
||||
"type": "image/png" |
"type": "image/png" |
||||
} |
} |
||||
] |
] |
||||
} |
} |
||||
|
|||||
Loading…
Reference in new issue