Snowykami 0b0cd6c1b6 Squashed 'server-status-web/' content from commit b0c7f59
git-subtree-dir: server-status-web
git-subtree-split: b0c7f59ecf3c099cdd657f0a5bb96fd63222faa7
2025-01-03 21:19:38 +08:00

16 lines
553 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<link rel="icon" type="image/svg+xml" href="/icon.svg"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>Server Status</title>
<link href="https://fonts.font.im/css?family=Josefin+Sans:400,400i,600,600i,700,700i" rel="stylesheet">
<link href="https://fonts.font.im/css?family=Quattrocento+Sans:400,400i,700,700i" rel="stylesheet">
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>