-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdogtopius.html
60 lines (42 loc) · 1.27 KB
/
dogtopius.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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<!DOCTYPE html>
<html>
<head>
<!--<link rel="icon" type="image/x-icon" href="favicon.ico" />-->
<link rel="icon" type="image/png" href="favicon.ico" />
<meta name="viewport" content="width=device-width">
<title>Dogtopius</title>
<link rel="stylesheet" type="text/css" href="dogtopius_style.css" />
</head>
<body>
<div id="Menu">
<nav>
<ul class="cssmenu">
<li> </li>
<li> </li>
</ul>
</nav>
</div>
<style>
div.sticky {
position: -webkit-sticky; /* Safari */
position: sticky;
top: 0;
background-color: green;
border: 2px solid #4CAF50;
}
</style>
<h2>Welcome!</h2>
Here you will find a variety of games made in Construct 2.
</p>
<br>Once you're done, be sure to return to the <a href=https://htmlgames.github.io/>home screen.</a></br>
<p>
<a href='htmlgames/C2_EXPORTED/ManaicMinerHTML/index.html'><img src="htmlgames/C2_EXPORTED/ManaicMinerHTML/images/icon.png"></a>
</p>
<p>Play Maniac Miner, a mini platformer game. Use the arrow keys to move and jump.</p>
<!-- add next game link here -->
<p>
<a href=https://dogtopius.itch.io>dogtopius.itch.io</a>
</p>
</div>
</body>
</html>