Started Implementing manual Page

This commit is contained in:
2025-11-15 20:52:28 +01:00
parent 849a71a6c9
commit 9e4c605da7
2 changed files with 31 additions and 0 deletions

30
src/manual/index.html Normal file
View File

@@ -0,0 +1,30 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>SUMMITWAVE BEACON MANUAL</title>
<style>
:root { color-scheme: light dark; }
html, body { height: 100%; }
body {
margin: 0;
display: grid;
place-items: center;
font: 16px system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, "Noto Sans", Arial, sans-serif;
line-height: 1.5;
}
main { text-align: center; padding: 24px; }
h1 { font-size: clamp(20px, 5vw, 32px); margin: 0 0 8px; }
p { margin: 0; color: #666; }
@media (prefers-color-scheme: dark) { p { color: #aaa; } }
</style>
<meta name="robots" content="noindex, nofollow, noarchive" />
</head>
<body>
<main>
<h1>SUMMITWAVE BEACON MANUAL</h1>
<p>Under maintenance — coming soon.</p>
</main>
</body>
</html>

View File

@@ -1,4 +1,5 @@
User-agent: *
Allow: /
Disallow: /manual/
Sitemap: https://summitwave.eu/sitemap.xml