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-10-08 05:34:29 +00:00
|
|
|
<link
|
|
|
|
rel="stylesheet"
|
|
|
|
type="text/css"
|
|
|
|
href="https://unpkg.com/tiny-markdown-editor/dist/tiny-mde.min.css"
|
|
|
|
/>
|
2024-10-10 08:10:24 +00:00
|
|
|
<link rel="icon" type="image/svg+xml" href="/src/assets/logo.svg" />
|
2024-09-28 08:24:39 +00:00
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
2024-10-10 07:35:35 +00:00
|
|
|
<div id="toast-root"></div>
|
|
|
|
<div id="root"></div>
|
2024-09-28 08:24:39 +00:00
|
|
|
<script type="module" src="/src/main.ts" defer></script>
|
|
|
|
</body>
|
|
|
|
</html>
|