Rinze/src/routes/+page.svelte

19 lines
419 B
Svelte

<script>
import { Hero, Container, Index } from '@damillora/plachta';
</script>
<svelte:head>
<title>Damillora</title>
</svelte:head>
<Container>
<Index>
<h1>Welcome to Damillora's website</h1>
<p>
Welcome to my personal website. I'm a programmer by day, and a DJ by night.
This site serves as my introduction, and lists my coding projects and game reviews as well.
</p>
<h2>
</Index>
</Container>