Rinze/src/routes/games/starrail/+page.svelte

17 lines
346 B
Svelte

<script>
import { PageHeader, Container, Post, PostMain } from '@damillora/plachta';
</script>
<svelte:head>
<title>Damillora: Game Profile</title>
</svelte:head>
<Container>
<Post>
<PageHeader>
<h1>Game Profile: Honkai Star Rail</h1>
<p><a href="https://hsr.hoyoverse.com">Game Website</a></p>
</PageHeader>
</Post>
</Container>