Files
LingChair/client/index.html
2025-10-06 14:52:48 +08:00

27 lines
733 B
HTML

<!doctype html>
<html lang="zh-CN" class="mdui-theme-auto">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, shrink-to-fit=no" />
<meta name="renderer" content="webkit" />
<!-- UI -->
<link rel="icon" href="icon.ico" />
<link rel="stylesheet" href="./static/material_icons.css" />
<title>LingChair</title>
<link rel="stylesheet" href="./style.css" />
</head>
<body>
<div id="app"></div>
<script nomodule>
alert('很抱歉, 此应用无法在较旧的浏览器运行, 请使用基于 Chromium 89+ 的浏览器(内核)使用 :(')
</script>
<script type="module" src="./index.ts"></script>
</body>
</html>