first commit, adding template sapper

This commit is contained in:
wompmacho
2020-11-05 19:50:43 -05:00
parent 3fbf9655cc
commit 0ba096f62d
27 changed files with 3399 additions and 0 deletions

7
src/routes/about.svelte Normal file
View File

@@ -0,0 +1,7 @@
<svelte:head>
<title>About</title>
</svelte:head>
<h1>About this site</h1>
<p>This is the 'about' page. There's not much here.</p>