MeterSphere/frontend/index.html

18 lines
402 B
HTML
Raw Normal View History

2023-05-24 11:08:08 +08:00
<!DOCTYPE html>
<html lang="zh">
<head>
<meta charset="UTF-8" />
<link
rel="shortcut icon"
type="image/x-icon"
2023-05-26 19:00:11 +08:00
href="/src/assets/favicon.ico"
2023-05-24 11:08:08 +08:00
/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>MeterSphere</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>