about.svelte 139 B

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