-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
37 lines (36 loc) · 1.75 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
35
36
37
<!DOCTYPE html>
<html>
<head>
<title>Mycelium Games</title>
<meta charset="UTF-8">
<meta name="description" content="Online game library, for free">
<meta name="keywords" content="Browser game">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Source+Code+Pro&display=swap" rel="stylesheet"> <link href="https://fonts.googleapis.com/css2?family=Material+Icons" rel="stylesheet">
<link rel="icon" href="images/favicon.png" type="image/png">
<link href="style.css" rel="stylesheet">
</head>
<body>
<div id="top">
<button class="menu" onclick="location.reload()">Mycelium Games</button>
<a href="portal/index.html">
<button class="menu right" onclick="notify('Redirecting to sign in portal')">Sign in portal</button>
</a>
<button class="menu right" hidden>XP 0.00</button>
</div>
<div id="promotion">
<div id="promotion-div">
<h1>No ads.<br>No fees. <br>Always play for free on Mycelium Games.</h1>
</div>
<button style="width:100%" class="menu" onclick="notify('MUSHROOM FARM is now available online!<br>100% free with your Mycelium Games account.<br>Open the sign in page to access all games for free.')">Mushroom Farm now available ></button>
</div>
<div id="shadow" onclick="hide(message);hide(shadow);"></div>
<div id="message">
<p id="message-text">Error! Something seems to have gone wrong.</p>
<button class="right" onclick="hide(message);hide(shadow);">Next</button>
</div>
<script src="script.js"></script>
</body>
</html>