Skip to content

Commit c98c460

Browse files
committed
fix: add GitHub link with icon in index.html
1 parent 87b9bc8 commit c98c460

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

server/static/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1" />
66
<title>Connect Your Agent</title>
77
<style>
8-
body{margin:0;background:#fff;color:#111;font:14px/1.5 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}main{max-width:640px;margin:36px auto;padding:0 18px}a,button{color:inherit;font:inherit}button{min-height:32px;cursor:pointer}ul{margin:0;padding-left:20px}[hidden]{display:none!important}.stack{display:grid;gap:12px}.row{display:flex;align-items:center;justify-content:space-between;gap:12px}.bold{font-weight:700}.muted{color:#666}.small{font-size:12px}.line{margin-top:4px;padding-top:12px;border-top:1px solid #eee}.tabs{display:flex;margin-bottom:10px;border-bottom:1px solid #eee}.tab{margin-bottom:-1px;padding:8px 12px;background:transparent;border:0;border-bottom:2px solid transparent;color:#666}.tab[aria-selected=true]{color:#111;border-bottom-color:#111}.card{box-sizing:border-box;max-width:100%;margin:0;padding:12px;background:#fafafa;border:1px solid #eee;border-radius:4px;font:inherit;user-select:text;-webkit-user-select:text}.cmd{white-space:pre;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;tab-size:2}.wrap{white-space:pre-wrap;overflow-wrap:anywhere}
8+
body{margin:0;background:#fff;color:#111;font:14px/1.5 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}main{max-width:640px;margin:36px auto;padding:0 18px}a,button{color:inherit;font:inherit}button{min-height:32px;cursor:pointer}ul{margin:0;padding-left:20px}[hidden]{display:none!important}.stack{display:grid;gap:12px}.row{display:flex;align-items:center;justify-content:space-between;gap:12px}.github{display:inline-flex;align-items:center;gap:6px;text-decoration:none}.github svg{width:14px;height:14px}.bold{font-weight:700}.muted{color:#666}.small{font-size:12px}.line{margin-top:4px;padding-top:12px;border-top:1px solid #eee}.tabs{display:flex;margin-bottom:10px;border-bottom:1px solid #eee}.tab{margin-bottom:-1px;padding:8px 12px;background:transparent;border:0;border-bottom:2px solid transparent;color:#666}.tab[aria-selected=true]{color:#111;border-bottom-color:#111}.card{box-sizing:border-box;max-width:100%;margin:0;padding:12px;background:#fafafa;border:1px solid #eee;border-radius:4px;font:inherit;user-select:text;-webkit-user-select:text}.cmd{white-space:pre;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;tab-size:2}.wrap{white-space:pre-wrap;overflow-wrap:anywhere}
99
</style>
1010
</head>
1111
<body>
1212
<main>
1313
<section id="home" class="stack">
14-
<div class="row bold"><div>Connect Your Agent</div><a class="small" href="https://github.com/bgwastu/cya" target="_blank" rel="noreferrer" style="text-decoration:none">Source Code</a></div>
14+
<div class="row bold"><div>Connect Your Agent</div><a class="github small" href="https://github.com/bgwastu/cya" target="_blank" rel="noreferrer"><svg viewBox="0 0 16 16" aria-hidden="true" fill="currentColor"><path d="M8 0C3.58 0 0 3.67 0 8.2c0 3.62 2.29 6.69 5.47 7.78.4.08.55-.18.55-.4 0-.2-.01-.85-.01-1.55-2.01.38-2.53-.5-2.69-.96-.09-.24-.48-.96-.82-1.16-.28-.16-.68-.55-.01-.56.63-.01 1.08.59 1.23.84.72 1.24 1.87.89 2.33.68.07-.53.28-.89.51-1.09-1.78-.21-3.64-.91-3.64-4.03 0-.89.31-1.62.82-2.19-.08-.21-.36-1.04.08-2.16 0 0 .67-.22 2.2.84A7.48 7.48 0 0 1 8 3.96c.68 0 1.36.09 2 .28 1.53-1.06 2.2-.84 2.2-.84.44 1.12.16 1.95.08 2.16.51.57.82 1.3.82 2.19 0 3.13-1.87 3.82-3.65 4.03.29.26.54.76.54 1.53 0 1.1-.01 1.99-.01 2.27 0 .22.15.48.55.4A8.1 8.1 0 0 0 16 8.2C16 3.67 12.42 0 8 0Z"/></svg>Source Code</a></div>
1515
<p class="muted" style="margin:0">Gives any AI agent temporary shell access to a machine. Create a session, run one command, then paste the prompt into Claude Code, Codex, OpenClaw, or any other agent.</p>
1616
<p class="muted" style="margin:0">Nothing is logged or stored - <u>sessions run in-memory only.</u></p>
1717
<div class="line bold">Use Cases</div>

0 commit comments

Comments
 (0)