-
Notifications
You must be signed in to change notification settings - Fork 0
/
Top.html
76 lines (60 loc) · 2.38 KB
/
Top.html
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-+0n0xVW2eSR5OomGNYDnhzAbDsOXxcvSN1TPprVMTNDbiYZCxYbOOl7+AMvyTG2x" crossorigin="anonymous">
<link href="/h/s.css" rel=stylesheet>
<title># Octothorpean #</title>
</head>
<body>
<div id=topbar class="container p-3 mb-2 bg-secondary bg-gradient" style="position: relative;">
<div style="position: absolute; left: 50%;" class="bg-light">
<a href="/impex/" class="link-secondary">🚢</a>
</div>
<nav style="--bs-breadcrumb-divider: ':';" aria-label="breadcrumb" class="text-white">
<ol class="breadcrumb">
<li class="breadcrumb-item" aria-current="page"> # Octothorpean </li>
</ol>
</nav>
</div>
<div id=main class=container>
<center>
<div class=container>
<div class=row>
<div class=col style="text-align: left;">
<h3>The Order of the Octothorpe</h3>
<div class=container>
<p>A puzzlehunt for curious people.
<p># # #
</div>
<div id=histSection class=container></div>
<div id=plistSection class=container></div>
<div class=container>
<h5>Starting Places</h5>
<p>Investigate a mysterious secret society<br>
through an unlikely combination of codes,<br>
ciphers, and puzzles.
<ul>
<li><a href="/a/ui/">Go go go</a>,
<li><a href="/a/bout/">Read About</a>,
<li><a href="/a/anatomy/">How to solve puzzlehunt puzzles</a>
</ul>
</div>
</div>
<div class=col>
<a class="twitter-timeline" href="https://twitter.com/octothorpean?ref_src=twsrc%5Etfw">Tweets by octothorpean</a>
</div>
</div>
</div>
</center>
</div>
<div id=lowbar class="container p-3 mb-2 bg-secondary bg-gradient" style="position: relative;">
<div class="row text-center">
</div>
</div>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.1/dist/js/bootstrap.bundle.min.js" integrity="sha384-gtEjrD/SeCtmISkJkNUaaKMoLD0//ElJ19smozuHV6z3Iehds+3Ulb9Bn9Plx0x4" crossorigin="anonymous"></script>
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
<script src="/h/top.js"></script>
</body>
</html>