RenaiApp/src/routes/about.svelte

7 lines
133 B
Svelte
Raw Normal View History

2019-06-07 00:35:19 +02:00
<svelte:head>
<title>About</title>
</svelte:head>
<h1>About this site</h1>
<p>This is the 'about' page. There's not much here.</p>