mirror of
https://github.com/Damillora/Rinze.git
synced 2024-11-22 11:47:33 +00:00
feat: add neural cloud to game list
This commit is contained in:
parent
20e6905fb2
commit
1878821dcc
@ -124,6 +124,12 @@
|
|||||||
playername="YUIKA283"
|
playername="YUIKA283"
|
||||||
gameid="6027059823123"
|
gameid="6027059823123"
|
||||||
/>
|
/>
|
||||||
|
<GameListItem
|
||||||
|
name="Neural Cloud"
|
||||||
|
link="/games/neuralcloud"
|
||||||
|
playername="Damillora"
|
||||||
|
gameid="52799"
|
||||||
|
/>
|
||||||
<GameListItem name="Nogikoi" link="/games/nogikoi" playername="-" gameid="1673068678" />
|
<GameListItem name="Nogikoi" link="/games/nogikoi" playername="-" gameid="1673068678" />
|
||||||
<GameListItem
|
<GameListItem
|
||||||
name="Project SEKAI COLORFUL STAGE"
|
name="Project SEKAI COLORFUL STAGE"
|
||||||
|
19
src/routes/games/neuralcloud/+page.svelte
Normal file
19
src/routes/games/neuralcloud/+page.svelte
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
<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: Neural Cloud</h1>
|
||||||
|
<p><a href="https://42lab-us.sunborngame.com">Game Website</a></p>
|
||||||
|
</PageHeader>
|
||||||
|
</Post>
|
||||||
|
</Container>
|
Loading…
Reference in New Issue
Block a user