Replace repository with DuckLM runtime
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
<!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>
|
||||
Reference in New Issue
Block a user