-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
31 lines (27 loc) · 1.19 KB
/
index.html
File metadata and controls
31 lines (27 loc) · 1.19 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
30
31
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Helix TTD v3.6.5 — Public Skeleton</title>
<!-- CSP served via header; keep meta out to avoid drift -->
<style>
body { font-family: system-ui, sans-serif; margin: 2rem; }
h1 { font-size: 1.5rem; margin-bottom: .25rem; }
table.jsonl-table { border-collapse: collapse; width: 100%; margin-top: 1rem; }
table.jsonl-table th, table.jsonl-table td { border: 1px solid #ccc; padding: .5rem; text-align: left; }
table.jsonl-table th { background: #f5f5f5; }
</style>
</head>
<body>
<h1>Helix TTD v3.6.5 — Public Skeleton</h1>
<p>This is the public, reproducible skeleton release. See <code>README.md</code> for context.</p>
<h2>Sample JSONL Render</h2>
<div id="jsonl-output">Loading sample...</div>
<!-- Same-origin scripts only; SRI added -->
<script src="assets/jsonl-table.js"
integrity="sha256-YjjsTsVWROsKVFMxFyrm7z8qPKT9NNvTHch3FfapaFg="></script>
<script src="assets/init.js"
integrity="sha256-N2qdCuncDfciL9iwsjZl6TWnauEdeRPi9dnWVyExFsY="></script>
</body>
</html>