mirror of
https://github.com/donaldzou/WGDashboard.git
synced 2025-04-19 08:55:12 +00:00
20 lines
762 B
HTML
20 lines
762 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="mobile-web-app-capable" content="yes">
|
|
<meta name="apple-mobile-web-app-capable" content="yes">
|
|
<meta name="application-name" content="WGDashboard">
|
|
<meta name="apple-mobile-web-app-title" content="WGDashboard">
|
|
<link rel="manifest" href="/static/app/dist/json/manifest.json">
|
|
<link rel="icon" href="/static/app/dist/favicon.png">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>WGDashboard</title>
|
|
<script type="module" crossorigin src="/static/app/dist/assets/index-Ci_O9F-I.js"></script>
|
|
<link rel="stylesheet" crossorigin href="/static/app/dist/assets/index-BvWXleU9.css">
|
|
</head>
|
|
<body>
|
|
<div id="app"></div>
|
|
</body>
|
|
</html>
|