Build Dockerized MVP scaffold and records importer
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
---
|
||||
import "../styles/global.css";
|
||||
const { title = "RF4 Spotter" } = Astro.props;
|
||||
---
|
||||
<!doctype html>
|
||||
<html lang="ru">
|
||||
<head><meta charset="UTF-8" /><meta name="viewport" content="width=device-width" /><meta name="description" content="Свежие точки и статистика клёва Russian Fishing 4" /><title>{title}</title></head>
|
||||
<body>
|
||||
<header class="site-header"><a href="/" class="brand"><span>RF4</span> Spotter</a><nav><a href="/">Активность</a><a href="/records">Рекорды</a></nav><p>Свежие точки без догадок</p></header>
|
||||
<main><slot /></main>
|
||||
<footer>Неофициальный проект. Данные демонстрационные.</footer>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user