Adding more pages and fixing some links and layout. - Added test page for a game. - Added link data to list of games. - Moved blog content into main and section tags. - Fixed typo in the about page.
This commit is contained in:
parent
08f32fcd78
commit
f0d3be2377
5 changed files with 41 additions and 24 deletions
17
src/routes/sirius/index.svelte
Executable file
17
src/routes/sirius/index.svelte
Executable file
|
|
@ -0,0 +1,17 @@
|
|||
<script>
|
||||
import Banner from '../../components/banner.svelte'
|
||||
</script>
|
||||
|
||||
<svelte:head>
|
||||
<title>Quartznet - Sirius</title>
|
||||
</svelte:head>
|
||||
|
||||
<Banner title="Quartznet - Sirius"/>
|
||||
|
||||
<main>
|
||||
<section class="content container">
|
||||
<h1>Sirius game</h1>
|
||||
<p>Sirius game. Work in progress</p>
|
||||
<a href="https://quartznet.info/presskit">Presskit</a>
|
||||
</section>
|
||||
</main>
|
||||
Loading…
Reference in a new issue