File size: 1,359 Bytes
a6a5d8e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<!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>