-
Notifications
You must be signed in to change notification settings - Fork 0
/
links.html
34 lines (29 loc) · 1.32 KB
/
links.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>hammouda101010 Links</title>
<link href="style.css" rel="stylesheet">
<link href="imgs/favicon.ico" rel="icon">
</head>
<body>
<div class="navbar">
<h2>Navigation</h2>
<a href="index.html">Home</a>
<a href="links.html">Links</a>
<a href="games.html">Games</a>
</div>
<div id="links" class="lists">
<h1 id="mylinks">My Links:</h1>
<p>
<ul>
<li>Youtube: <a href="https://www.youtube.com/@HammouaI0I0I0">Hammouda101010 Youtube</a><img src="imgs/youtube.svg" width="30" height="30" alt="youtube"></li>
<li> Reddit: <a href="https://www.reddit.com/user/hammouda101010/">Hammouda101010 Reddit</a><img src=imgs/reddit.svg width="30" height="30" alt="reddit"> </li>
<li>Roblox: <a href="web.roblox.com/users/1184882989/profile">Hammouda101010 Roblox</a></li>
<li>itch.io: <a href="https://hammouda101010.itch.io/">Hammouda101010 Itch.io</a><img src=imgs/itchio.svg width="30" height="30" alt="Itch.io"></li>
<li>More Links! <a href=https://linktr.ee/hammouda101010>Linktree</a></li>
</ul>
</p>
</div>
</body>
</html>