-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathD-Multi.html
More file actions
37 lines (32 loc) · 1.12 KB
/
D-Multi.html
File metadata and controls
37 lines (32 loc) · 1.12 KB
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>
<meta charset="utf-8">
<title>DKIDS Game page</title>
<link href="style.css" rel="stylesheet">
<link href="Logos/50x50.JPG" rel="icon">
</head>
<body>
<div id="grad">
<nav class="nav">
<a href="index.html">Home</a>
<span class="selected">Game Development</span>
<a href="Programming.html">Programming Stuff</a>
<a href="about.html">About Me</a>
<a href="Other.html">Other</a>
</nav>
</div>
<nav class="nav2">
<span>D-Multi info</span>
<a href="Scratch.html">Scratch Games</a>
<a href="GameMaker.html">Game Maker: Studio Games</a>
<a href="Games.html">Return to Game Menu</a>
</nav>
<h1>DKIDS Games</h1>
<br>
<img src="Logos/50x50.JPG" alt="D-Multi logo" width="250" height="250">
<br>
<p class="text"><strong>My first game, <a href="Games/Tick-Travel-Mini.html">Tick Travel Mini</a> is here, and Tick Travel is coming soon! For more information about Tick Travel, click <a href="Games/Tick-Travel.html" target="_blank">here</a>.</strong></p>
<script src="JavaScript.js"></script>
</body>
</html>