edited homepage

This commit is contained in:
Rolf Martin Glomsrud 2024-08-04 01:27:33 +02:00
parent 6ac15c9fe0
commit a7a0938950

View file

@ -13,13 +13,9 @@ import { SITE_TITLE, SITE_DESCRIPTION } from '../consts';
<body> <body>
<Header /> <Header />
<main> <main>
<h1>Yo!</h1> <h1>Yo! Welcome to my humble site</h1>
<p> <p>
This is just an initial test of the Astro version of my personal website. So far, i honestly love it! This site is a continual WIP, and this is just an alpha of what i hope it will become :)
</p>
<p>
I still gotta style this though, and as a certified devops guy, that will probably not go so well
</p> </p>
</main> </main>
<Footer /> <Footer />