mirror of
https://github.com/Damillora/Rinze.git
synced 2024-11-22 11:47:33 +00:00
feat: alice fiction
This commit is contained in:
parent
b7f880f4c1
commit
7179d8fa52
25
src/routes/games/alicefic.svelte
Normal file
25
src/routes/games/alicefic.svelte
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
<script>
|
||||||
|
import PageHeader from '@damillora/plachta/components/PageHeader/PageHeader.svelte';
|
||||||
|
import Container from '@damillora/plachta/components/Container/Container.svelte';
|
||||||
|
import Post from '@damillora/plachta/components/PageTypes/Post.svelte';
|
||||||
|
import PostMain from '@damillora/plachta/components/Post/PostMain.svelte';
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<svelte:head>
|
||||||
|
<title>Damillora: Game Profile</title>
|
||||||
|
</svelte:head>
|
||||||
|
|
||||||
|
<Container>
|
||||||
|
<Post>
|
||||||
|
<PageHeader>
|
||||||
|
<h1>Game Profile: Alice Fiction</h1>
|
||||||
|
<p><a href="alice-fiction.com/en/">Game Website</a></p>
|
||||||
|
</PageHeader>
|
||||||
|
|
||||||
|
<!-- <PostMain comments={false}>
|
||||||
|
<h2>My Review</h2>
|
||||||
|
<blockquote />
|
||||||
|
<p><a href="/">Read more</a></p>
|
||||||
|
</PostMain> -->
|
||||||
|
</Post>
|
||||||
|
</Container>
|
@ -32,6 +32,12 @@
|
|||||||
playername="Damilora"
|
playername="Damilora"
|
||||||
gameid="67119157"
|
gameid="67119157"
|
||||||
/>
|
/>
|
||||||
|
<GameListItem
|
||||||
|
name="Alice Fiction"
|
||||||
|
link="/games/alicefic"
|
||||||
|
playername="Damillora"
|
||||||
|
gameid="49e3dyqh9f80"
|
||||||
|
/>
|
||||||
<GameListItem name="Arcaea" link="/games/arcaea" playername="Damillora" gameid="264202217" />
|
<GameListItem name="Arcaea" link="/games/arcaea" playername="Damillora" gameid="264202217" />
|
||||||
<GameListItem
|
<GameListItem
|
||||||
name="ARGONAVIS from BanG Dream! AAside"
|
name="ARGONAVIS from BanG Dream! AAside"
|
||||||
|
Loading…
Reference in New Issue
Block a user