-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
27 lines (27 loc) · 1.56 KB
/
index.html
File metadata and controls
27 lines (27 loc) · 1.56 KB
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
<head>
<meta charset="utf-8"/>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<link href="https://cdnjs.cloudflare.com/ajax/libs/mermaid/6.0.0/mermaid.css" rel="stylesheet" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/mermaid/6.0.0/mermaid.js"></script>
<script src="tau-prolog.js" defer></script>
<script src="main.js" defer></script>
<link rel="stylesheet" href="style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Alata&family=Bitter&display=swap" rel="stylesheet">
<META HTTP-EQUIV="Access-Control-Allow-Origin" CONTENT="https://www.devi-a.com">
</head>
<body>
<div class="row">
<a href="#" id="scenes_link">Scenes</a> | <a href="#" id="clues_link">All Clues</a> | <a href="#" id="player_link">Player Sheet</a> | <a href="#" id="edges_link">Edges</a> | <a href="#" id="problems_link">Problems</a> | <a href="#" id="characters_link">Characters</a> | <a href="#" id="sources_link">Sources</a> | <a href="#" id="investigative_abilities_link">Investigative Abilities</a> | <a href="#" id="general_abilities_link">General Abilities</a> | <a href="#" id="antagonist_reactions_link">Antagonist Reactions</a> | <a href="#" id="suggestions_link">GM Suggestions</a>
</div>
<div class="row">
<div class="column">
<div id="graphInfo">
</div>
</div>
<div class="column">
<div id="sceneInfo">
</div>
</div>
</body>