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/graphs/+page.svelte
2023-08-11 21:39:02 +02:00

16 lines
229 B
Svelte

<script>
import { page } from '$app/stores';
</script>
<svelte:head>
<title>Graphs</title>
<meta name="description" content="Chellaris Sign-Up Graphs" />
</svelte:head>
<h1>WIP</h1>
<style>
h1 {
width: 100%;
}
</style>