anitrack/frontend/index.html

14 lines
341 B
HTML
Raw Permalink Normal View History

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>
<script src="./src/main.ts" type="module"></script>
2024-07-29 16:54:05 -04:00
<script src="./node_modules/flowbite/dist/flowbite.js"></script>
2024-07-09 10:16:53 -04:00
</body>
</html>