SYN/stu/index.html

14 lines
350 B
HTML
Raw Normal View History

2025-12-05 08:42:10 +00:00
<!doctype html>
<html lang="en">
2025-12-04 06:27:43 +00:00
<head>
2025-12-05 08:42:10 +00:00
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>stu</title>
2025-12-04 06:27:43 +00:00
</head>
<body>
<div id="app"></div>
2025-12-05 08:42:10 +00:00
<script type="module" src="/src/main.ts"></script>
2025-12-04 06:27:43 +00:00
</body>
</html>