Files
admin-sjzx/index.html

14 lines
367 B
HTML
Raw Normal View History

2024-02-19 13:44:32 +08:00
<!doctype html>
2024-02-20 16:44:18 +08:00
<html lang='en'>
<head>
<meta charset='UTF-8' />
<link rel='icon' type='image/svg+xml' href='/favicon.ico' />
<meta name='viewport' content='width=device-width, initial-scale=1.0' />
2024-02-19 13:44:32 +08:00
<title>电能质量数据监测云平台</title>
2024-02-20 16:44:18 +08:00
</head>
<body>
<div id='app'></div>
<script type='module' src='/src/main.ts'></script>
</body>
2024-02-19 13:44:32 +08:00
</html>