mirror of
https://github.com/Damillora/Rinze.git
synced 2025-04-26 09:13:12 +00:00
28 lines
916 B
Svelte
28 lines
916 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: Arknights</h1>
|
|
"$lib/components/<p class="page-header__text"><a class="post-header__social" href="https://www.arknights.global">Game Website</a></p>
|
|
</PageHeader>
|
|
<main class="container mx-auto main">
|
|
<h2>My Review</h2>
|
|
<blockquote>
|
|
The strength of this game is in its complexities, getting you
|
|
invested into the game. If you like tower defenses and also like to
|
|
think about tactics and strategies, this game is for you.
|
|
</blockquote>
|
|
<p>
|
|
<a href="https://blog.nanao.moe/game-reviews/arknights/"
|
|
>Read more</a
|
|
>
|
|
</p>
|
|
</main>
|
|
</div>
|