This repository has been archived on 2024-08-06. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
chellaris-sign-up-site/src/routes/+page.svelte

15 lines
287 B
Svelte

<svelte:head>
<title>Home</title>
<meta name="description" content="chellaris.net landing page" />
</svelte:head>
<div class="text-column">
<ul>
<li>
<a href="/graphs">Graphs</a>
</li>
<li>
<a href="/legacy-graphs">Game 15 Graphs</a>
</li>
</ul>
</div>