rainbow-fe/src/routes/index.svelte

11 lines
242 B
Svelte
Raw Normal View History

2022-04-23 17:37:15 +00:00
<script context="module" lang="ts">
export const prerender = true;
</script>
<svelte:head>
<title>Rainbow FE</title>
<meta name="description" content="RainbowFE - A queer frontend for the fediverse." />
</svelte:head>
<p>Welcome!</p>