findtheti.me/frontend/index.html

18 lines
738 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<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" />
<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>