mirror of
https://github.com/WGDashboard/WGDashboard.git
synced 2026-08-03 22:42:59 +00:00
1e495c546c
This reverts commit3586ddce4d, reversing changes made to27ec65a970.
20 lines
614 B
HTML
20 lines
614 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="/json/manifest.json">
|
|
<link rel="icon" href="/img/Logo-2-512x512.png">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>WGDashboard</title>
|
|
</head>
|
|
<body>
|
|
<div id="app"></div>
|
|
|
|
<script type="module" src="./src/main.js"></script>
|
|
</body>
|
|
</html>
|