-
Notifications
You must be signed in to change notification settings - Fork 5
/
misc.html
29 lines (29 loc) · 847 Bytes
/
misc.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
<!doctype html>
<html>
<head>
<title>Hubsite</title>
<link rel=stylesheet href=style.css>
<a href=index.html><img src=Hubsite.jpeg alt=hubsite width= 300 height=100></a>
<b>
<div class=topnav>
<a href=games.html>Games</a>
<a href=Videohub.html>Videos</a>
<a href=quality_of_life.html>Quality of life</a>
<a href=Bookhub.html>Books</a>
<a href=misc.html>Miscellanous</a>
<a href=https://docs.google.com/forms/d/e/1FAIpQLSe5MWSMS2zRK-fR0cagcfANtfYL_A-2MGiV-f5U13ZSdZazGA/viewform>Suggestions</a>
<a href=Shortstories.html>Short Stories</a>
<a href=recommended.html>Recommended sites</a>
</div>
</b>
</p>
</head>
<body>
<h2>
also go check out <a href=https://triangle-industries.w3spaces.com>Triangle Industries</a>
<br>
also go check out our <a href=https://github.com/Potato-constellation/Hubsite>Github page</a>
</h2>
</body>
</html>
</html>