mirror of
https://github.com/Damillora/Rinze.git
synced 2024-11-22 11:47:33 +00:00
Add poplinks
This commit is contained in:
parent
5923728c05
commit
bba1e3428a
@ -148,6 +148,12 @@
|
|||||||
playername="Damilora"
|
playername="Damilora"
|
||||||
gameid="3BUWJibt"
|
gameid="3BUWJibt"
|
||||||
/>
|
/>
|
||||||
|
<GameListItem
|
||||||
|
name="THE iDOLM@STER POPLINKS"
|
||||||
|
link="/games/poplinks"
|
||||||
|
playername="Damillora"
|
||||||
|
gameid="EQCU3N7K6T44J"
|
||||||
|
/>
|
||||||
<!--
|
<!--
|
||||||
<GameListItem
|
<GameListItem
|
||||||
name=""
|
name=""
|
||||||
|
31
src/routes/games/poplinks.svelte
Normal file
31
src/routes/games/poplinks.svelte
Normal file
@ -0,0 +1,31 @@
|
|||||||
|
<script>
|
||||||
|
import PageHeader from "components/PageHeader.svelte";
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<svelte:head>
|
||||||
|
<title>Damillora: Game Profile</title>
|
||||||
|
</svelte:head>
|
||||||
|
|
||||||
|
<div class="page">
|
||||||
|
<PageHeader>
|
||||||
|
<h1 class="title">Game Profile: THE iDOLM@STER POPLINKS</h1>
|
||||||
|
<p>
|
||||||
|
<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>
|
Loading…
Reference in New Issue
Block a user