This repository was archived by the owner on Aug 21, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTC-OSMPIA.html
More file actions
52 lines (48 loc) · 1.38 KB
/
TC-OSMPIA.html
File metadata and controls
52 lines (48 loc) · 1.38 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<!DOCTYPE html>
<head>
<title>TC-OS MATIBWTSSYWBMTBTPOJ</title>
<script src = "JS/Main.js"></script>
<script src = "JS/StartMenu.js"></script>
<script src = "JS/Systems/Travel.js"></script>
<script src = "JS/Story.js"></script>
<script src = "JS/Towns/Judal.js"></script>
<script src = "JS/Towns/Nok.js"></script>
<script src = "JS/Towns/Argo.js"></script>
<script src = "JS/Systems/CombatSystem.js"></script>
<script>
function manualOpen(){
window.open("MANUAL.txt");
}
</script>
<link rel = "stylesheet" href = "CSS/main.css" type = "text/css">
<style>
h1{
font-family: Comic Sans MS;
bottom: center;
right: center;
text-align: center;
}
#version{
text-align: center;
font-size: 25px;
}
#buttons{
text-align: center;
}
#buttonrow{
text-align: center;
}
</style>
</head>
<body>
<h1 onClick = "evil()">TC-OS MPIA</h1> <p id = "version">Version 0.1</p>
<div id = "buttonrow">
<button onClick="begin()">Begin Adventure </button>
<button onClick = "options()">Options </button>
<button onClick = "difficultySet()">Set Difficulty</button>
</div>
<div id = "buttons">
<p><button onClick = "manualOpen()">Manual</button></p>
</div>
</body>
</html>