mirror of
https://github.com/Damillora/Rinze.git
synced 2024-11-22 11:47:33 +00:00
Add Blue Archive
This commit is contained in:
parent
a32401fd79
commit
4f97709974
19
src/routes/games/bluearchive.svelte
Normal file
19
src/routes/games/bluearchive.svelte
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
<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: Blue Archive</h1>
|
||||||
|
<p><a href="https://bluearchive.jp/">Game Website</a></p>
|
||||||
|
</PageHeader>
|
||||||
|
<!-- <main class="container mx-auto main">
|
||||||
|
<h2>My Review</h2>
|
||||||
|
<blockquote />
|
||||||
|
<p><a href="/">Read more</a></p>
|
||||||
|
</main> -->
|
||||||
|
</div>
|
@ -52,6 +52,12 @@
|
|||||||
playername="Damillora"
|
playername="Damillora"
|
||||||
gameid="106205253"
|
gameid="106205253"
|
||||||
/>
|
/>
|
||||||
|
<GameListItem
|
||||||
|
name="Blue Archive"
|
||||||
|
link="/games/bluearchive"
|
||||||
|
playername="Damillora"
|
||||||
|
gameid="6296686"
|
||||||
|
/>
|
||||||
<GameListItem
|
<GameListItem
|
||||||
name="CUE!"
|
name="CUE!"
|
||||||
link="/games/cue"
|
link="/games/cue"
|
||||||
|
Loading…
Reference in New Issue
Block a user