-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
29 lines (29 loc) · 1.48 KB
/
index.html
File metadata and controls
29 lines (29 loc) · 1.48 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
<!DOCTYPE html>
<html>
<head>
<title>DGTNT GITHUB</title>
<script async src="refreshcss.js"></script>
<link rel="shortcut icon" href="favicon.ico">
<link rel="stylesheet" href="./index.css">
<link href="https://fonts.googleapis.com/css?family=Roboto&display=swap" rel="stylesheet">
</head>
<body>
<div class="nav">
<img src="DGTNT Color.png" width="204.8" alt="DGTNT Logo" class="nav">
<span><h1>DavidDGTNT Open Source</h1></span>
</div>
<div class="content">
<p>Hello! My name is David, and I make YouTube videos.</p>
<h2>DGTNT</h2><hr class="hl">
<a class="button" href="/" target="_blank" rel="noopener">Main Site</a><br>
<a class="button" href="https://sites.google.com/site/dgtntplus" target="_blank" rel="noopener">dgtnt+ Donation Rewards</a><br>
<a class="button" href="https://kiwiirc.com/client?settings=14918f54022e470c1b06ba320f2ff114" target="_blank" rel="noopener">IRC on the web</a><br>
<h2>Open Source Stuff</h2><hr class="hl">
<a class="button" href="/x16software" target="_blank" rel="noopener">Commander X16 Software</a><br>
<a class="button" href="/x16-setup" target="_blank" rel="noopener">Commander X16 Emulator Setup</a><br>
<a class="button" href="https://scratch.mit.edu/projects/340311973" target="_blank" rel="noopener">Ziggy: A platforming adventure!</a><br>
<a class="button" href="/disney3" target="_blank" rel="noopener">Disney3 Portal</a><br>
<a class="button" href="/revengers" target="_blank" rel="noopener">Revengers</a>
</div
</body>
</html>