-
Notifications
You must be signed in to change notification settings - Fork 28
/
tree.html
26 lines (26 loc) · 1.2 KB
/
tree.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
<!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 id="page_tree">
<h1 id="tree_title">...</h1>
<p id="tree_info">...</p>
<div id="tree">Loading...</div>
</body>
<script src="scripts/common.js" type="module"></script>
</html>