设备管理
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
645 B

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>设备管理平台</title>
<style>
body {
margin: 0;
padding: 0;
background: #262626;
}
</style>
</head>
<body>
<script type="module" src="src/main.ts"></script>
<!-- <a href="login/" class="href">login</a>
<a href="dashboard/" class="href">dashboard</a> -->
<div id="app"></div>
</body>
</html>