anitrack/frontend/index.html
John O'Keefe d89121a4de got search dropdown mostly finished
From here I just want to polish up the looks and make it cleaner and
bigger
2024-07-25 21:11:18 -04:00

14 lines
341 B
HTML

<!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>
<script src="./node_modules/flowbite/dist/flowbite.js"></script>
</body>
</html>