19 lines
477 B
HTML
19 lines
477 B
HTML
<!doctype html>
|
|
<html lang="zh-CN">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<title>运转系统</title>
|
|
<link rel="stylesheet" href="/ui/styles.css" />
|
|
</head>
|
|
<body>
|
|
<div data-partial="/ui/html/topbar.html"></div>
|
|
|
|
<main>
|
|
<div class="muted" style="padding:2rem;text-align:center">运转系统页面开发中</div>
|
|
</main>
|
|
|
|
<script type="module" src="/ui/js/index.js"></script>
|
|
</body>
|
|
</html>
|