mirror of
https://github.com/MirageNetwork/MirageServer.git
synced 2026-04-22 23:57:23 +08:00
53ced56990
Signed-off-by: Chenyang Gao <gps949@outlook.com>
18 lines
479 B
HTML
18 lines
479 B
HTML
<!doctype html>
|
|
<html>
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta name="apple-mobile-web-app-capable" content="yes" />
|
|
<meta name="mobile-web-app-capable" content="yes" />
|
|
<link rel="shortcut icon" href="/img/favicon.ico" type="img/x-icon">
|
|
<link rel="apple-touch-icon" href="/img/mlogo.png">
|
|
<title>蜃境</title>
|
|
</head>
|
|
|
|
<body>
|
|
<script type="module" src="/src/main.js"></script>
|
|
</body>
|
|
|
|
</html> |