-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathGithub_pages.html
36 lines (35 loc) · 955 Bytes
/
Github_pages.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
34
35
36
<!doctype html>
<html>
<head>
<title>Hubsite</title>
<img src=Hubsite.jpeg alt=hubsite width= 300 height=100>
<link rel=stylesheet href=style.css>
<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>
<b>
<h1>I'm just going to put some of the github repositories I recommend here</h1>
<br>
<h2>
<a href=https://github.com/DogeNetwork/v4>Doge Unblocker</a>
<br>
<a href=https://github.com/44670/44vba>44670 Emulator</a>
<br>
<a href=https://github.com/TacoGuy21/Greatsword-V3>Greatsword</a>
<br>
</h2>
</b>
</body>
</html>