-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
30 lines (27 loc) · 948 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
28
29
30
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Mogic Party</title>
<link rel="stylesheet" type="text/css" href="css/main.css">
</head>
<body id="page">
<h1 class="he">Welcome to the Mogic World, excited? </h1>
<hr />
<div class="bo">
<p>Why not donate one second? Just click your mouse.</p>
<img src="./images/blackglass.png" width="500" height="200" center />
<p>Still not excited? <a href="ha2/index.html">Here we go!</a></p>
</div>
<hr />
<div class="bo">
<p>Copyright © 2018 Mogic Party.
<a href="https://creativecommons.org/licenses/by/4.0/" target="_blank">Some Rights Reserved</a>.
</p>
<p>Proudly powered by <a href="https://pages.github.com/" target="_blank">GitHub Pages</a>.</p>
</div>
<script type="text/javascript" src="js/jquery.min.js"></script>
<!-- Do the EXCITED thing! -->
<script type="text/javascript" src="js/elder+1s.js"></script>
</body>
</html>