[example] about page
This commit is contained in:
parent
6a149ae908
commit
794cc9adab
Binary file not shown.
|
Before Width: | Height: | Size: 1.2 MiB After Width: | Height: | Size: 1.0 MiB |
|
|
@ -1 +1,7 @@
|
||||||
export default () => "About my website"
|
export default () => (
|
||||||
|
<section>
|
||||||
|
<h1>About</h1>
|
||||||
|
<p>This website was made using futuristic internet technologies.</p>
|
||||||
|
<a href="/"><= Back</a>
|
||||||
|
</section>
|
||||||
|
)
|
||||||
|
|
|
||||||
|
|
@ -4,5 +4,6 @@ export default () => (
|
||||||
<h1>Hello, world!</h1>
|
<h1>Hello, world!</h1>
|
||||||
<p>Welcome to <span class="hype">hype</span>!</p>
|
<p>Welcome to <span class="hype">hype</span>!</p>
|
||||||
<p>If you're seeing this, something definitely went right.</p>
|
<p>If you're seeing this, something definitely went right.</p>
|
||||||
|
<a href="/about">About This Website</a>
|
||||||
</section>
|
</section>
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user