forked from eternaldensity/Sandcastle-Builder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
38 lines (38 loc) · 1.73 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<title>Sandcastle Builder</title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<link rel="shortcut icon" href="img/favicon.ico" />
<link href="style.css?v=1" rel="stylesheet" type="text/css">
<script src="redundancy.js?v=1"></script>
<script src="castle.js?v=1"></script>
<script src="data.js?v=1"></script>
</head>
<body class="darkscheme">
<div id="index">
<div id="notifs"></div>
<div class="bigheading">Sandcastle Builder</div>
<div class="subheading" id="indexversion">The Game of Time</div>
<div id="indexlinks">
<a class="minifloatbox" href="castle.html">Play</a>
<a class="minifloatbox" onclick="EmergencyExport()">Export Save</a>
<a class="minifloatbox" href="https://github.com/eternaldensity/Sandcastle-Builder/tree/gh-pages#sandcastle-builder">Readme</a>
<a class="minifloatbox" href="http://xkcd.com/1190/">OTC</a>
<a class="minifloatbox" href="http://forums.xkcd.com/viewtopic.php?f=7&t=101043">OTT</a>
<a class="minifloatbox" href="http://wiki.chirpingmustard.com">Time Wiki</a>
<a class="minifloatbox" href="http://wiki.chirpingmustard.com/Sandcastle_Builder">Game Wiki</a>
<a class="minifloatbox" onclick="g('otthercomic').className='otthercomic2';">OTThercomic</a>
<a class="minifloatbox" href="http://www.youtube.com/watch?v=jvI2fTsjtzM">Documentary Film</a>
<a class="minifloatbox" onclick="maketext()">Redundant Information</a>
</div>
<div id="otthercomic" class="otthercomic1"></div>
<div id="redundantpar" class="hidden"></div>
<div id="export" class="hidden">Exported Save Data: (Keep this somewhere safe)<br>
<textarea onkeydown=Molpy.KeyDown id="exporttext">
</textarea>
</div>
</div>
<div id="scrumptiousdonuts"></div>
</body>
</html>