-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
21 lines (21 loc) · 700 Bytes
/
index.html
File metadata and controls
21 lines (21 loc) · 700 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<html>
<head>
<title>Masterpage</title>
<link href="lib/stylesheet.css" media="screen" rel="stylesheet" type="text/css" />
</head>
<body>
<ul>
<li><a class="active" href="/phaserProjects/index.html">Home</a></li>
<li><a href="/MeteorCrisis/index.html">Meteor Crisis</a></li>
<!--
<li><a href="/phaserProjects/TapEmpire/index.html">Tap Empire</a></li>
<li><a href="/phaserProjects/JSCalculator/index.html">JS Calculator</a></li>
-->
</ul>
<div class="container">
<h1>Microhacker's Website</h1>
<p>Hello Visitors! Hope you like the website! Also Try out my game <b>Meteor Crisis</b>! Current in 0.8.0!</p>
<p>This awesome website is supported by GitHub!!</p>
</div>
</body>
</html>