2025-01-25 19:17:42 -05:00
|
|
|
<!doctype html>
|
2024-07-09 10:16:53 -04:00
|
|
|
<html lang="en">
|
2025-01-25 19:17:42 -05:00
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8" />
|
|
|
|
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
|
|
|
|
<title>AniTrack</title>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="app"></div>
|
|
|
|
<script src="./src/main.ts" type="module"></script>
|
|
|
|
<script
|
|
|
|
src="./node_modules/flowbite/dist/flowbite.js"
|
|
|
|
type="module"
|
|
|
|
></script>
|
|
|
|
</body>
|
2024-07-09 10:16:53 -04:00
|
|
|
</html>
|