-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
27 lines (27 loc) · 1.07 KB
/
index.html
File metadata and controls
27 lines (27 loc) · 1.07 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>DKIDS Home page</title>
<link href="style.css" rel="stylesheet">
<link href="Logos/50x50.JPG" rel="icon">
<!-- Test from w3schools.com <meta name="viewport" content="width=device-width, initial-scale=1.0"> -->
</head>
<body>
<div id="grad">
<nav class="nav">
<a href="index.html" class="logo"><img src="Logos/50x50.jpg" alt="logo"></a>
<span class="selected">Home</span>
<a href="Games.html">Game Development</a>
<a href="Programming.html">Programming Stuff</a>
<a href="about.html">About Me</a>
<a href="Other.html">Other</a>
</nav>
</div>
<h1>DKIDS</h1>
<br>
<img src="Logos/50x50.JPG" alt="D-Multi logo" width="250" height="250">
<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>