moblie-website/index.html

16 lines
360 B
HTML
Raw Normal View History

2025-01-21 10:07:52 +08:00
<!doctype html>
<html lang="en">
2025-02-17 23:56:44 +08:00
<head>
<meta charset="UTF-8" />
<link rel="icon" href="favicon.png" sizes="32x32" type="image/png">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>三优云试剂管家</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>