]> git.r.bdr.sh - rbdr/corona-regeln/blob - src/routes/index.svelte
Add license
[rbdr/corona-regeln] / src / routes / index.svelte
1 <script>
2 import Rules from '$lib/components/rules.svelte';
3 </script>
4
5 <svelte:head>
6 <title>New Corona Regulations for Berlin</title>
7 <meta name="description" content="New corona regulations for Berlin">
8 </svelte:head>
9
10 <Rules />