41 lines
1.1 KiB
HTML
41 lines
1.1 KiB
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>Silma AI Aide</title>
|
|
</head>
|
|
<body>
|
|
<main class="app-shell">
|
|
<header class="masthead">
|
|
<div>
|
|
<p class="eyebrow">Gitea</p>
|
|
<h1>Silma AI Aide</h1>
|
|
</div>
|
|
<span id="config-badge" class="badge">Checking</span>
|
|
</header>
|
|
|
|
<section class="panel">
|
|
<dl class="config-list">
|
|
<div>
|
|
<dt>Base URL</dt>
|
|
<dd id="base-url">Not configured</dd>
|
|
</div>
|
|
<div>
|
|
<dt>Token</dt>
|
|
<dd id="token-state">Not configured</dd>
|
|
</div>
|
|
<div>
|
|
<dt>Target repo</dt>
|
|
<dd id="target-repo">Not configured</dd>
|
|
</div>
|
|
</dl>
|
|
|
|
<button id="test-connection" type="button">Test connection</button>
|
|
<p id="status" role="status">Ready.</p>
|
|
</section>
|
|
</main>
|
|
<script type="module" src="/src/main.ts"></script>
|
|
</body>
|
|
</html>
|