titan/src_old/routes/about.svelte

7 lines
133 B
Svelte

<svelte:head>
<title>About</title>
</svelte:head>
<h1>About this site</h1>
<p>This is the 'about' page. There's not much here.</p>