a11oy / web /console /index.html
betterwithage's picture
sync(space): full source mirror — resolve all GitHub<->Space drift (CTO)
a6a5d8e verified
Raw
History Blame Contribute Delete
1.36 kB
<!doctype html>
<!-- SPDX-License-Identifier: Apache-2.0 -->
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>a11oy operator console</title>
<style>
body { font-family: system-ui, sans-serif; margin: 0; background: #0a0a0a; color: #e8e8e8; }
.console { max-width: 860px; margin: 0 auto; padding: 24px; }
header nav a { margin-right: 14px; color: #c9b787; text-decoration: none; }
h1 { font-size: 20px; }
pre { background: #141414; padding: 12px; border-radius: 6px; overflow: auto; }
.err { color: #e06c75; }
button { background: #c9b787; border: 0; padding: 6px 12px; border-radius: 4px; cursor: pointer; }
textarea, select { background: #141414; color: #e8e8e8; border: 1px solid #333; border-radius: 4px; }
</style>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
<!-- Rosie floating operator widget — Yachay canonical across all Spaces -->
<link rel="stylesheet" href="https://szlholdings-readme.static.hf.space/assets/rosie/rosie-widget.css">
<script src="https://szlholdings-readme.static.hf.space/assets/rosie/rosie-widget.js"
data-surface="a11oy"
data-a11oy-base="/api/a11oy"
defer></script>
</body>
</html>