MeterSphere/frontend/index.html

14 lines
370 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" href="./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>