-
Notifications
You must be signed in to change notification settings - Fork 0
/
in.html
56 lines (54 loc) · 2.5 KB
/
in.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Wordplay One</title>
<meta name="description" content="Learning important things without noticing" />
<link rel="canonical" href="https://www.wordplay.one/" />
<meta name="author" content="Michael McGinnis" />
<meta name="robots" content="noindex,nofollow" />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@wordplayone" />
<meta name="twitter:creator" content="@wordplayone" />
<meta name="twitter:image" property="og:image" content="/wordplay.png" />
<meta name="twitter:url" property="og:url" content="https://www.wordplay.one/" />
<meta name="twitter:title" property="og:title" content="Wordplay.One" />
<meta name="twitter:description" property="og:description" content="Learning important things without noticing" />
<link rel="me" href="mailto:[email protected]" />
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/wordplay.manifest">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#CA1CCA">
<meta name="theme-color" content="#CA1CCA">
<link href="wordplay.css" rel="stylesheet" />
<script defer src="wp.js"></script>
</head>
<body>
<header>
<h1 id="header">Wordplay <span>One </span></h1>
<div id="result">Score!</div>
</header>
<p id="intro">Wordplay One makes it faster to learn things.</p>
<hr />
<main id="main">
</main>
<button id="next" class="next">Next</button>
<footer>
<hr />
• <a href="/about">About</a> • <a href="/games">Games</a> • <a href="/schools">Schools</a> • <a href="/contact">Contact</a> •
</footer>
<div id="triviaJSON">
{
"fields": ["id", "question", "fact", "next", "choices1", "choices2", "choices3", "choices4"],
"data": [
["AAG001-002","In the book of Ruth, what was Ruth's nationality?","0","AAG001-003","Moabite","Judean","Israelite","Canaanite" ],
["AAG001-003","Who was King David's general and nephew?","0","AAG001-004","Joab","Abishag","Bildad","Nabal" ],
["AAG001-004","Who was the prophet Elijah's successor?","0","0","Elisha","Ahab","Malachi","John the Baptist" ]
]
}
</div>
</body>
</html>