aboutsummaryrefslogtreecommitdiffstats
path: root/src/pages/index.astro
blob: 6d91e651f629491d18026b9a7a15df5b3531ef13 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
---
import Layout from '../layouts/Layout.astro';
import Profile from '../components/Profile.astro';
---

<Layout title="Welcome to Astro.">
    <main class="container">
        <Profile></Profile>
    </main>
</Layout>

<style>
	.container {
        margin: auto;
        max-width: 600px;
        height: 100vh;
        width: 90%;
    }
</style>
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage