Update to sveltekit 1.0
This commit is contained in:
parent
8079ad646d
commit
a85a4d8770
11 changed files with 1345 additions and 239 deletions
|
|
@ -1,23 +0,0 @@
|
|||
<script>
|
||||
import Banner from '../components/Banner.svelte'
|
||||
</script>
|
||||
|
||||
<svelte:head>
|
||||
<title>Quartznet - About</title>
|
||||
</svelte:head>
|
||||
|
||||
<Banner title="About"/>
|
||||
|
||||
<main class="container">
|
||||
<section>
|
||||
<h2>Frequently Asked Questions</h2>
|
||||
<h3>Who we are</h3>
|
||||
<p>A small team developing games and software.</p>
|
||||
|
||||
<h3>Why the name Quartznet</h3>
|
||||
<p>Naming things is hard. We ended up with the name quartz and added net making quartznet.
|
||||
|
||||
<h3>SPAAAAACEEEE</h3>
|
||||
<p>Space!</p>
|
||||
</section>
|
||||
</main>
|
||||
Loading…
Reference in a new issue