mirror of
https://github.com/Damillora/Rinze.git
synced 2024-11-21 19:27:33 +00:00
feat: add artery gear profile and update favicon
This commit is contained in:
parent
e90c29e615
commit
29955b4faa
@ -3,7 +3,7 @@
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<link rel="icon" href="/favicon.ico" />
|
||||
<link rel="icon" href="/favicon.png" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<link rel="prefetch" href="https://fonts.googleapis.com/css?family=Exo+2:300,400,500&display=swap" />
|
||||
<link rel="prefetch" href="https://fonts.googleapis.com/css?family=M+PLUS+1p:300,400,500&display=swap" />
|
||||
|
19
src/routes/games/arterygear.svelte
Normal file
19
src/routes/games/arterygear.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: Artery Gear Fusion (EN)</h1>
|
||||
<p><a href="arterygear.biligames.com/">Game Website</a></p>
|
||||
</PageHeader>
|
||||
</Post>
|
||||
</Container>
|
@ -43,6 +43,12 @@
|
||||
playername="Damillora"
|
||||
gameid="Damillora#0835"
|
||||
/>
|
||||
<GameListItem
|
||||
name="Artery Gear: Fusion (EN)"
|
||||
link="/games/arterygear"
|
||||
playername="Damillora"
|
||||
gameid="030454085"
|
||||
/>
|
||||
<GameListItem
|
||||
name="Azur Lane (EN)"
|
||||
link="/games/azurlane"
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 263 KiB |
Binary file not shown.
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 59 KiB |
Loading…
Reference in New Issue
Block a user