Commit
continuous-integration/drone/push Build is passing Details

This commit is contained in:
DutchEllie 2022-07-01 19:29:05 +02:00
parent b430a2a381
commit ea4e44c48a
Signed by: DutchEllie
SSH Key Fingerprint: SHA256:UU8yhd1Bh8exU88ev0ej/Dm+CeyfR/ZIDRrpRfYdfbg
2 changed files with 14 additions and 3 deletions

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

@ -0,0 +1,8 @@
<svelte:head>
<title>About</title>
</svelte:head>
<h1>About this website</h1>
<p>TODO....</p>
<a href="/">Home</a>

View File

@ -1,3 +1,6 @@
<h1 class="text-3xl font-bold underline">
Hi
</h1>
<svelte:head>
<title>Welcome</title>
</svelte:head>
<h1>Hello and welcome to my website</h1>
<a href="/about">About my website</a>