mirror of
https://github.com/MirageNetwork/MirageServer.git
synced 2026-04-22 23:57:23 +08:00
ceece9361f
Signed-off-by: Chenyang Gao <gps949@outlook.com>
23 lines
765 B
HTML
23 lines
765 B
HTML
<!DOCTYPE html>
|
|
<html lang="zh-CN">
|
|
|
|
<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" />
|
|
<script src="https://unpkg.com/axios/dist/axios.min.js"></script>
|
|
<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>
|
|
<div id="app-root" class="relative flex min-h-screen flex-col bg-gray-200"></div>
|
|
<script type="module" src="/src/downloads.js"></script>
|
|
<script type="application/json" id="download-details">
|
|
{{.DownloadDetails}}
|
|
</script>
|
|
</body>
|
|
|
|
</html> |