forked from Diegovisk/MAJORAS_TIME
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
27 lines (24 loc) · 837 Bytes
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Dawn of A New Day</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="style.css">
<script src="coreScripts.js"></script>
</head>
<body id="indexBody">
<!-- The Modal -->
<link rel="import" id="myModal" href="modalSettings.html">
<!-- Main -->
<div class="center">
<span class="inBlock">
<h2 id="topTitle" class="topper"></h2>
<h1 id="middleTitle" class="middle"></h1>
<h2 id="bottomTitle" class="topper bottom"></h2>
</span>
</div>
<!-- Options -->
<span id="info">Ctrl+X to Exit | Ctrl+C to Minimize | O for Menu</span>
</body>
</html>