first commit

This commit is contained in:
grechkagk 2026-02-02 17:04:57 +08:00
commit 2a60d2653e
239 changed files with 2722 additions and 0 deletions

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

@ -0,0 +1,17 @@
---
import Root from "../layout/root.astro";
---
<Root title="GrechkaGK site">
<h1>добро пожаловать</h1>
<p>привет мир!</p>
<style>
h1 {
font-weight: bold;
}
html {
font-family: 'IBM Plex Sans';
}
</style>
</Root>