Files
sysadmin-chronicles/sage/index.html
T
44r0n7 0265afa054 chore: bootstrap lean sysadmin-chronicles repo
Import the runnable game code, content, docs, scripts, and repo guidance while leaving local agent state, dependency installs, build output, and backup copies out of the published tree.
2026-05-02 11:49:07 -04:00

31 lines
805 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Sage — Axiom Works KB</title>
<link rel="stylesheet" href="/sage/style.css" />
</head>
<body>
<header id="header">
<img class="header-logo" src="/sage/logo.png" alt="Axiom Works">
<span class="wordmark">sage</span>
<span class="tagline">Axiom Works Internal Knowledge Base</span>
<div id="search-wrap">
<span id="search-icon"></span>
<input id="search" type="search" placeholder="Search docs… ( / )" autocomplete="off" spellcheck="false" />
</div>
</header>
<div id="layout">
<nav id="sidebar"></nav>
<div id="search-results"></div>
<main id="main"></main>
</div>
<script src="/sage/app.js"></script>
</body>
</html>