-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcTech.html
More file actions
33 lines (28 loc) · 812 Bytes
/
cTech.html
File metadata and controls
33 lines (28 loc) · 812 Bytes
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
<!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">
<a href="Games.html">Return to Game Menu</a>
</nav>
<h1>DKIDS Games</h1>
<p class="text"><strong>Sorry! No games here yet! Return to the main Game Menu by clicking <a href="Games.html">here</a>.</strong></p>
<br>
<!--Logo goes here-->
<script src="JavaScript.js"> </script>
</body>
</html>