Files
MirageServer/console_web/downloads/index.html
T
Chenyang Gao ceece9361f 完成Linux版本发布和下载页面
Signed-off-by: Chenyang Gao <gps949@outlook.com>
2023-05-12 17:46:33 +08:00

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>