-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdemo.html
More file actions
78 lines (75 loc) · 2.46 KB
/
Copy pathdemo.html
File metadata and controls
78 lines (75 loc) · 2.46 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="two perspectives. one verdict. Explore the think2 demo with a fixed scenario and scripted planner, challenger, and resolver outputs."
/>
<meta name="robots" content="index,follow" />
<meta
name="theme-color"
content="#f4f3f0"
media="(prefers-color-scheme: light)"
/>
<meta
name="theme-color"
content="#141414"
media="(prefers-color-scheme: dark)"
/>
<link rel="canonical" href="https://think2.xyz/demo.html" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://think2.xyz/demo.html" />
<meta
property="og:title"
content="think2 demo — two perspectives. one verdict."
/>
<meta
property="og:description"
content="two perspectives. one verdict. Walk through a full think2 timeline with scripted responses and no OpenRouter calls."
/>
<title>think2 demo — two perspectives. one verdict.</title>
<link rel="icon" href="/favicon.ico" sizes="any" />
<link rel="stylesheet" href="css/styles.css" />
</head>
<body>
<header class="site-header">
<div class="header-inner">
<h1>think2</h1>
<nav class="header-links" aria-label="Site">
<a class="header-github" href="index.html">Use live app</a>
<a
class="header-github header-external"
href="https://github.com/bertdida/think2"
target="_blank"
rel="noopener noreferrer"
>GitHub<svg
class="header-external-icon"
xmlns="http://www.w3.org/2000/svg"
width="14"
height="14"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
aria-hidden="true"
>
<path d="M7 7h10v10" />
<path d="M7 17 17 7" />
</svg></a>
</nav>
</div>
</header>
<main class="container" id="main"></main>
<footer class="site-footer">
<p>
<a href="https://think2.xyz/">think2.xyz</a> — two perspectives. one
verdict.
</p>
</footer>
<script type="module" src="/src/entries/demo.ts"></script>
</body>
</html>