Rinze/src/routes/games/counterside.svelte

26 lines
799 B
Svelte

<script>
import PageHeader from '$lib/components/PageHeader.svelte';
</script>
<svelte:head>
<title>Damillora: Game Profile</title>
</svelte:head>
<div class="page">
<PageHeader>
<h1 class="page-header__heading">Game Profile: Counter:Side</h1>
<p class="page-header__text">
<a class="post-header__social" href="https://counterside.zlongame.com/">Game Website</a>
</p>
</PageHeader>
<main class="container mx-auto main">
<h2>My Review</h2>
<blockquote>
In conclusion, Counter:Side is a pretty fun game to play, if that's your thing. This is not in
a genre that I usually play nor it's something that I feel emotionally invested in, but I
think it's worth a try.
</blockquote>
<p><a href="//blog.nanao.moe/game-reviews/counter-side/">Read more</a></p>
</main>
</div>