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

17 lines
349 B
Svelte
Raw Normal View History

2022-12-17 11:13:27 +00:00
<script>
2023-08-08 13:07:27 +00:00
import { PageHeader, Container, Post, PostMain } from '@damillora/plachta';
2022-12-17 11:13:27 +00:00
</script>
<svelte:head>
<title>Damillora: Game Profile</title>
</svelte:head>
<Container>
<Post>
<PageHeader>
<h1>Game Profile: Neural Cloud</h1>
<p><a href="https://42lab-us.sunborngame.com">Game Website</a></p>
</PageHeader>
</Post>
</Container>