2024-07-09 10:16:53 -04:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<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>
|
2024-07-25 21:11:18 -04:00
|
|
|
<script src="./node_modules/flowbite/dist/flowbite.js"></script>
|
2024-07-26 16:49:32 -04:00
|
|
|
<script src="./src/main.ts" type="module"></script>
|
2024-07-09 10:16:53 -04:00
|
|
|
</body>
|
|
|
|
</html>
|