forked from model-map/EmpressNfo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
34 lines (32 loc) · 1.02 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="ansi">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Empress NFO Emporium</title>
<link rel="stylesheet" href="./css/style.css">
<script src="./js/script.js" defer></script>
<script src="./js/darkmode.js" defer></script>
</head>
<body>
<header>
<input type="image" src="./assets/museum.png" id="logo">
<span id="header">Empress NFO Emporium</span>
</header>
<span id="games">Games</span>
<div class="container">
</div>
<span id="bonus">Bonus</span>
<div class="bonus">
</div>
<!-- <div class="easteregg"></div> -->
<footer>
<div class="github">
<a href="https://github.com/model-map/EmpressNfo" id='githubLink' target="_blank">
<img src="./assets/github-mark.svg" id="githubLogo">
<span>model-map</span></a>
</div>
</footer>
</body>
</html>