-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathspec.html
More file actions
29 lines (29 loc) · 1.08 KB
/
Copy pathspec.html
File metadata and controls
29 lines (29 loc) · 1.08 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="refresh" content="0; url=spec/v0.1/index.html">
<title>Observer Protocol Spec · Observer Protocol</title>
<link rel="stylesheet" href="shared-styles.css">
</head>
<body>
<nav class="nav">
<a href="index.html" class="nav-logo">Observer Protocol</a>
<ul class="nav-links">
<li><a href="/verify.html">Verify</a></li>
<li><a href="/check.html">Check</a></li>
<li><a href="/supervisors.html">Supervisors</a></li>
<li><a href="/architecture.html">Architecture</a></li>
<li><a href="/docs.html">Docs</a></li>
<li><a href="/registry.html">Registry</a></li>
<li><a href="/agentic-terminal.html">Agentic Terminal</a></li>
</ul>
</nav>
<div class="page">
<div class="container" style="padding-top: 4rem; text-align: center;">
<div class="section-label">Observer Protocol Specification</div>
<p style="color: var(--text-secondary); margin-top: 1rem;">Redirecting to <a href="spec/v0.1/index.html" style="color: var(--orange);">spec/v0.1 →</a></p>
</div>
</div>
</body>
</html>