forked from snej/oracles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
32 lines (28 loc) · 1.04 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>In A Wicked Age Oracles</title>
<link rel="stylesheet" type="text/css" href="oracles.css" />
<meta name="viewport" content="user-scalable=yes, initial-scale=0.75, maximum-scale=1.0"/>
<meta name="apple-mobile-web-app-capable" content="yes" />
<link rel="apple-touch-icon" href="app.png"/>
<script src="oracles.js"></script>
<script src="main.js"></script>
</head>
<body onload="setup()">
<h1 id="topbanner" class="banner">
In A Wicked Age: Oracles
<a class="left" title="Choose another oracle" href="#" onclick="showIndex()">☚</a>
<a class="right" title="Draw more cards" href="#" onclick="reloadOracle()">↻</a>
</h1>
<h1 id="heading">Choose An Oracle:</h1>
<ul id="result">
</ul>
<h1 id="bottombanner" class="banner">
<a href="https://github.com/snej/oracles#readme">About / Credits</a>
<a class="left" href="#" onclick="showIndex()">Choose Another</a>
<a class="right" href="#" onclick="reloadOracle()">Draw Again</a>
</h1>
</body>
</html>