sign-stream/index.html

14 lines
398 B
HTML
Raw Normal View History

2024-01-31 07:42:39 +00:00
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
2024-02-21 03:54:09 +00:00
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
2024-02-21 03:54:34 +00:00
<title>国展报名</title>
2024-01-31 07:42:39 +00:00
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>