24 lines
565 B
HTML
24 lines
565 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 type="module" src="./init.ts"></script>
|
|
</body>
|
|
|
|
</html> |