-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
36 lines (33 loc) · 1.26 KB
/
Copy pathindex.html
File metadata and controls
36 lines (33 loc) · 1.26 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
28
29
30
31
32
33
34
35
36
<html>
<head>
<script src="data.js"></script>
<script src="kuria.js"></script>
<link href="kuria.css" rel="stylesheet">
</head>
<body>
<a id="forkgh" href="https://github.com/Skibisky/Kuria"><img width="149" height="149" src="https://github.blog/wp-content/uploads/2008/12/forkme_right_red_aa0000.png?resize=149%2C149" class="attachment-full size-full" alt="Fork me on GitHub" data-recalc-dims="1"></a>
<div id="container">
<div id="sidebar">
<div id="order">
<div class="order">
<a id="byPoem" href="javascript:showPoem();">Poem</a>
</div>
<div class="order">
<a id="byTile" href="javascript:showLocation();">Tileset</a>
</div>
<div class="order">
<a href="https://steamcommunity.com/sharedfiles/filedetails/?id=508828282" target="_blank">Source</a>
</div>
</div>
<div id="poem"></div>
</div>
<div id="content">
<div style="display:flex">
<img id="image" />
</div>
<div class="overtext" id="mission"></div>
<div class="overtext" id="desc"></div>
</div>
</div>
</body>
</html>