KSlab/index.html

15 lines
348 B
HTML
Raw Normal View History

2024-09-28 08:24:39 +00:00
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
2024-10-07 03:30:20 +00:00
<meta name="color-scheme" content="light dark" />
2024-10-07 06:54:35 +00:00
<title>Kslab</title>
2024-09-28 08:24:39 +00:00
</head>
<body>
<div id="root" />
<script type="module" src="/src/main.ts" defer></script>
</body>
</html>