Bootstrapped project structure

This commit is contained in:
Jef Roosens 2021-12-17 21:57:27 +01:00
parent 3728e2b24f
commit 9af76b09f2
Signed by: Jef Roosens
GPG key ID: 955C0660072F691F
6 changed files with 3799 additions and 0 deletions

8
src/pages/index.astro Normal file
View file

@ -0,0 +1,8 @@
<html lang="en">
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<body>
<h1>Hi!</h1>
</body>
</html>