-
Notifications
You must be signed in to change notification settings - Fork 0
/
games.html
32 lines (28 loc) · 910 Bytes
/
games.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
<head>
<link rel="stylesheet" href="mask.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<div id="container">
<header>
<h1>Saldor010.github.io</h1>
</header>
<nav>
<a href="main.html">Home</a>
<a href="projects.html">Projects</a>
<a href="games.html">Games</a>
<a href="license.html">License</a>
<a href="https://github.com/Saldor010/">Github</a>
</nav>
<hr>
<main>
<div class="gameIcon" onclick="window.location.href = 'galaxyking.html';">
<img src="galaxyking.PNG">
</div>
</main>
<footer>
<p>If you want to contact me, your best bet is to send a friend request on discord at <strong>Saldor010#1406</strong>.</p>
<p>All projects listed on this website are licensed under the MIT license unless otherwise specified. <a href="license.html">Click here for more info</a>.</p>
</footer>
</div>
</body>