teacher-tools/app/index.html

13 lines
296 B
HTML
Raw Normal View History

2024-12-28 17:40:16 +00:00
<!doctype html>
2024-12-16 19:53:03 +00:00
<html lang="">
<head>
2024-12-28 17:40:16 +00:00
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Teacher-Tools</title>
2024-12-16 19:53:03 +00:00
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>