This commit is contained in:
parent
b430a2a381
commit
ea4e44c48a
8
src/routes/about.svelte
Normal file
8
src/routes/about.svelte
Normal file
@ -0,0 +1,8 @@
|
||||
<svelte:head>
|
||||
<title>About</title>
|
||||
</svelte:head>
|
||||
|
||||
<h1>About this website</h1>
|
||||
<p>TODO....</p>
|
||||
|
||||
<a href="/">Home</a>
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user