-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy paththoughts.html
More file actions
32 lines (29 loc) · 875 Bytes
/
thoughts.html
File metadata and controls
32 lines (29 loc) · 875 Bytes
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
---
# thoughts.html
---
{% include head.html %}
<div id="main" data-current="3">
<div id="swap" class="dark" data-current="3">
<a class="bigbox" href="index.html" data-target="0" data-current="3">
<div class="padding">
<span class="bigtext"><span class="symbol">0</span> BACK <span class="symbol">0</span></span>
</div>
</a>
<a class="bigbox" href="docs/Automated_Authority.html" data-target="5" data-current="3">
<div class="padding">
<span class="bigtext">AUTOMATED AUTHORITY</span>
<div class="textblock">
<p class="center">
What will the future of government look like as AI becomes more powerful?
</p>
</div>
</div>
</a>
<div class="bigbox">
<div class="padding">
<div class="bigtext symbol">A A A</div>
</div>
</div>
</div>
</div>
{% include foot.html %}