mirror of
https://github.com/RedWizardsLab/EchoHub.git
synced 2026-09-04 00:26:07 +02:00
21 lines
595 B
HTML
21 lines
595 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>AurionDocs</title>
|
|
<style>
|
|
body { font-family: system-ui, sans-serif; display: grid; place-items: center; min-height: 100vh; margin: 0; background: #1a1a1e; color: #ddd; }
|
|
main { text-align: center; }
|
|
a { color: #7aa2f7; }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<main>
|
|
<h1>AurionDocs</h1>
|
|
<p>Supplementary documentation for EchoHub.</p>
|
|
<p><a href="../index.html">← Back to EchoHub documentation</a></p>
|
|
</main>
|
|
</body>
|
|
</html>
|