-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresults.html
29 lines (29 loc) · 1.31 KB
/
results.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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="style.css">
<link rel="icon" type="image/svg+xml" href="assets/icon.svg">
<title>Ideosorter</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:ttl" content="600">
<meta property="og:site_name" content="Ideosorter.github.io">
<meta property="og:title" content="Ideosorter">
<meta property="og:type" content="website">
<meta property="og:description" content="Ideosorter is a flowchart based interactive political quiz.">
<meta property="og:url" content="https://ideosorter.github.io/">
<meta property="og:image" content="https://ideosorter.github.io/assets/embedicon.png">
<meta property="og:image:width" content="512">
<meta property="og:image:height" content="512">
<meta name="theme-color" content="#222222" data-react-helmet="true">
</head>
<body>
<h1 id="results_title"></h1>
<div id="result"></div>
<img id="image">
<div id="desc"></div>
<button id="indexbutton"></button>
<button id="creditsbutton" onclick="location.href = 'credits.html';"></button>
</body>
<script src="scripts/results.js"></script>
</html>