chore: install astro

This commit is contained in:
2026-06-11 11:55:39 +05:00
commit 05f0a80c80
13 changed files with 4937 additions and 0 deletions
+32
View File
@@ -0,0 +1,32 @@
---
const { frontmatter } = Astro.props;
---
<!doctype html>
<html lang="ru">
<head>
<meta charset="UTF-8" />
<title>{frontmatter.title}</title>
<style>
body {
font-family: sans-serif;
background: #fafafa;
color: #333;
}
main {
max-width: 800px;
margin: 0 auto;
padding: 2rem;
}
</style>
</head>
<body>
<header>
<a href="/">Главная</a>
</header>
<main>
<slot />
</main>
</body>
</html>
+17
View File
@@ -0,0 +1,17 @@
---
---
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width" />
<meta name="generator" content={Astro.generator} />
<title>Astro</title>
</head>
<body>
<h1>LOPATA</h1>
</body>
</html>
+6
View File
@@ -0,0 +1,6 @@
---
layout: ../layouts/lopata.astro
title: "Моя кастомная страница"
---
# СИСТЕМА Л.О.П.А.Т.А.