findtheti.me/frontend/index.html
2024-01-11 12:52:41 +02:00

13 lines
382 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>findtheti.me</title>
<link rel="icon" type="image/png" href="/src/assets/calendar-color-icon.png"/>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>