Chris Dill 323b2a8eeb 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.
2020-08-22 21:41:59 +01:00

17 lines
368 B
Svelte
Executable File

<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>