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

17 lines
366 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: THE IDOLM@STER: Shiny Colors</h1>
<p><a href="https://shinycolors.idolmaster.jp">Game Website</a></p>
</PageHeader>
</Post>
</Container>