2024-01-08 20:09:26 +02:00
|
|
|
<!doctype html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8" />
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
2024-01-11 21:42:06 +02:00
|
|
|
<meta property="og:type" content="website">
|
|
|
|
<meta property="og:title" content="findtheti.me" />
|
|
|
|
<meta property="og:description" content="A simple to use scheduling assistant" />
|
|
|
|
<meta property="og:url" content="https://findtheti.me" />
|
|
|
|
<meta property="og:image" content="https://findtheti.me/assets/calendar-color-icon-H7V9lw21.png" />
|
2024-01-11 12:52:41 +02:00
|
|
|
<title>findtheti.me</title>
|
|
|
|
<link rel="icon" type="image/png" href="/src/assets/calendar-color-icon.png"/>
|
2024-01-08 20:09:26 +02:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="root"></div>
|
|
|
|
<script type="module" src="/src/main.tsx"></script>
|
|
|
|
</body>
|
|
|
|
</html>
|