aybWeb/index.html

13 lines
318 B
HTML
Raw Normal View History

2023-12-08 17:43:56 +00:00
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>aybWeb</title>
</head>
2023-12-10 14:19:19 +00:00
<body class="dark:bg-gray-900 dark:text-white">
2023-12-08 17:43:56 +00:00
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>