16 lines
229 B
Svelte
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>
|