23 lines
685 B
HTML
23 lines
685 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>DuckLM Approvals</title>
|
|
<link rel="stylesheet" href="/static/style.css">
|
|
</head>
|
|
<body>
|
|
<main class="simple-page">
|
|
<header class="simple-header">
|
|
<div>
|
|
<h1>Approvals</h1>
|
|
<p>Review pending local tool actions before DuckLM continues.</p>
|
|
</div>
|
|
<a class="secondary-button" href="/">Back to Chat</a>
|
|
</header>
|
|
<section id="approvals" class="approval-list" aria-live="polite"></section>
|
|
</main>
|
|
<script src="/static/app.js"></script>
|
|
</body>
|
|
</html>
|