creddy/index.html

14 lines
375 B
HTML
Raw Permalink Normal View History

2022-08-14 20:27:41 +00:00
<!DOCTYPE html>
2023-04-24 05:29:12 +00:00
<html lang="en" data-theme="dark">
2022-08-14 20:27:41 +00:00
<head>
<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>Vite + Svelte</title>
</head>
2023-04-24 05:29:12 +00:00
<body id="app" class="m-0">
2022-08-14 20:27:41 +00:00
<script type="module" src="/src/main.js"></script>
</body>
</html>