-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
101 lines (98 loc) · 3.43 KB
/
index.html
File metadata and controls
101 lines (98 loc) · 3.43 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
<!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. think2 helps you stress-test decisions: one AI plans, another challenges, and a third resolves into a clear verdict, actions, and risks."
/>
<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/" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://think2.xyz/" />
<meta property="og:title" content="think2 — two perspectives. one verdict." />
<meta
property="og:description"
content="two perspectives. one verdict. Describe your situation once; one AI plans, another pushes back, and a third resolves into verdict, actions, and risks."
/>
<meta name="twitter:card" content="summary" />
<meta
name="twitter:title"
content="think2 — two perspectives. one verdict."
/>
<meta
name="twitter:description"
content="two perspectives. one verdict. Stress-test decisions with planner, challenger, and resolver AI roles."
/>
<title>think2 — two perspectives. one verdict.</title>
<link rel="icon" href="/favicon.ico" sizes="any" />
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebApplication",
"name": "think2",
"url": "https://think2.xyz/",
"description": "two perspectives. one verdict. Stress-tested recommendations from planner, challenger, and resolver AI roles.",
"applicationCategory": "BusinessApplication",
"operatingSystem": "Web browser",
"browserRequirements": "Requires JavaScript. User-supplied OpenRouter API key.",
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "USD"
}
}
</script>
<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="demo.html">Try demo</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/index.ts"></script>
</body>
</html>