mirror of
https://github.com/Damillora/Rinze.git
synced 2024-11-22 11:47:33 +00:00
Add Honkai Star Rail
This commit is contained in:
parent
cb54fca281
commit
e7e7bf725b
@ -100,6 +100,12 @@
|
|||||||
playername="Damillora"
|
playername="Damillora"
|
||||||
gameid="17918429"
|
gameid="17918429"
|
||||||
/>
|
/>
|
||||||
|
<GameListItem
|
||||||
|
name="Honkai Star Rail"
|
||||||
|
link="/games/starrail"
|
||||||
|
playername="ClaraEllie"
|
||||||
|
gameid="801618657"
|
||||||
|
/>
|
||||||
<GameListItem
|
<GameListItem
|
||||||
name="IDOLY PRIDE"
|
name="IDOLY PRIDE"
|
||||||
link="/games/idoly"
|
link="/games/idoly"
|
||||||
|
19
src/routes/games/starrail/+page.svelte
Normal file
19
src/routes/games/starrail/+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: Honkai Impact 3rd</h1>
|
||||||
|
<p><a href="https://honkaiimpact3.hoyoverse.com">Game Website</a></p>
|
||||||
|
</PageHeader>
|
||||||
|
</Post>
|
||||||
|
</Container>
|
Loading…
Reference in New Issue
Block a user