-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
40 lines (40 loc) · 1.34 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
38
39
40
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" type="image/png" href="a/sugooh.png">
<link rel="manifest" href="manifest.json">
<title>NetMons</title>
<meta name="description" content="NetMons.net: A Monster-Tamagotchi-like at best, a digital goldfish at worst!">
<meta name="keywords" content="NetMons, Gooh, Trolmon, Drakano, Nessya, Glomon, Lalima">
<style>
body {
background: #000;
color: goldenrod;
font-family: monospace;
text-align: center;
margin: 0;
padding: 0;
}
a {
color: goldenrod;
}
</style>
<script src="deps/phaser.min.js"></script>
<script src="netmons.js" type="module"></script>
</head>
<body>
<div>
<div id="game">
</div>
</div>
<p>
<button onclick="window.netmonsFullscreen();">Fullscreen</button>
<a href="https://github.com/netmons/netmons.github.io#features-and-manual-" style="text-decoration:none;">♥️</a>
<a href="https://github.com/netmons/netmons.github.io">About</a>
</p>
<iframe id="jukebox" src="" allow="autoplay; encrypted-media" width="0" height="0" frameborder="0"></iframe>
</body>
</html>