first commit
This commit is contained in:
commit
2a60d2653e
239 changed files with 2722 additions and 0 deletions
17
src/pages/index.astro
Normal file
17
src/pages/index.astro
Normal 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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue