-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmore.html
33 lines (26 loc) · 1.04 KB
/
more.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
33
<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/html">
<head>
<meta charset="UTF-8">
<title>Ninky Nonk | More</title>
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/main.css">
</head>
<body class="pageWrapper" id="moreWrapper">
<a href="/"><p class="homeButton">home</p></a>
<h1>cool links i guess</h1>
<div class="standardText">
<div class="moreList">
<p><a href="https://github.com/NinkyNonkers">GitHub</a></p>
<p><a href="https://carelesscreative.co.uk">CarelessCreative website</a></p>
<p><a>nonk dictionary</a></p>
<p><a href="https://watch.nonk.uk">watch server</a></p>
<p><a href="https://www.youtube.com/c/CarelessCreative">CarelessCreative youtube</a></p>
<p><a href="https://www.youtube.com/channel/UCtogkWnbCp0ofi1QGHHbdlw">YouTube</a>
<p><a href="https://packages.nonk.uk">packages</a></p>
<p><a href="https://inthenightgarden.fandom.com/wiki/In_the_Night_Garden_Wiki">In The Night Garden wiki</a></p>
<p><a href="http://api.nonk.uk">api</a></p>
</div>
</div>
</body>
</html>