Started Implementing manual Page
This commit is contained in:
30
src/manual/index.html
Normal file
30
src/manual/index.html
Normal 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>
|
||||
@@ -1,4 +1,5 @@
|
||||
User-agent: *
|
||||
Allow: /
|
||||
Disallow: /manual/
|
||||
|
||||
Sitemap: https://summitwave.eu/sitemap.xml
|
||||
|
||||
Reference in New Issue
Block a user