Rinze/src/routes/games/poplinks.svelte

32 lines
1.0 KiB
Svelte

<script>
import PageHeader from "components/PageHeader.svelte";
</script>
<svelte:head>
<title>Damillora: Game Profile</title>
</svelte:head>
<div class="page">
<PageHeader>
<h1 class="page-header__heading">Game Profile: THE iDOLM@STER POPLINKS</h1>
<p class="page-header__text">
<a href="https://poplinks.idolmaster-official.jp/">Game Website</a>
</p>
</PageHeader>
<main class="container mx-auto main">
<h2>My Review</h2>
<blockquote>
Overall, POPLINKS is an exciting game where you can see all five
branches of THE iDOLM@STER together in the first game ever to do so,
where you can play either casually or competitively, and fully
immerse yourself in your favorite idols. It is quite something.
</blockquote>
<p>
<a
href="https://blog.nanao.moe/game-reviews/the-idolmaster-poplinks/"
>Read more</a
>
</p>
</main>
</div>