mirror of
https://github.com/Damillora/Rinze.git
synced 2025-04-25 08:43:13 +00:00
16 lines
498 B
Svelte
16 lines
498 B
Svelte
<script>
|
|
import PageHeader from "$lib/components/PageHeader.svelte";
|
|
</script>
|
|
|
|
<svelte:head>
|
|
<title>Damillora: Game Profile</title>
|
|
</svelte:head>
|
|
|
|
<div class="page">
|
|
<PageHeader>
|
|
<h1 class="page-header__heading">Game Profile: THE IDOLM@STER: Shiny Colors</h1>
|
|
"$lib/components/<p class="page-header__text"><a class="post-header__social" href="https://shinycolors.idolmaster.jp">Game Website</a></p>
|
|
</PageHeader>
|
|
<main class="container mx-auto main" />
|
|
</div>
|