37 lines
1.3 KiB
HTML
37 lines
1.3 KiB
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
|
|
|
|
<title>marathon.todo | Marathon Item Tracker</title>
|
|
<meta
|
|
name="description"
|
|
content="Track Marathon items and faction upgrades with a fast, shareable to-do list."
|
|
/>
|
|
<meta name="robots" content="index,follow,max-image-preview:large" />
|
|
<link rel="canonical" href="https://your-domain.example/" />
|
|
|
|
<meta property="og:type" content="website" />
|
|
<meta property="og:title" content="marathon.todo | Marathon Item Tracker" />
|
|
<meta
|
|
property="og:description"
|
|
content="Track Marathon items and faction upgrades with a fast, shareable to-do list."
|
|
/>
|
|
<meta property="og:url" content="https://your-domain.example/" />
|
|
<meta property="og:site_name" content="marathon.todo" />
|
|
|
|
<meta name="twitter:card" content="summary" />
|
|
<meta name="twitter:title" content="marathon.todo | Marathon Item Tracker" />
|
|
<meta
|
|
name="twitter:description"
|
|
content="Track Marathon items and faction upgrades with a fast, shareable to-do list."
|
|
/>
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
<script type="module" src="/src/main.tsx"></script>
|
|
</body>
|
|
</html>
|