- 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.
17 lines
368 B
Svelte
Executable File
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> |