Rinze/src/routes/games/llsifas.svelte

18 lines
486 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: Love Live! School idol festival ALL STARS
</h1>
<p class="page-header__text"><a href="https://lovelive-as.bushimo.jp/">Game Website</a></p>
</PageHeader>
<main class="container mx-auto main" />
</div>