-
Notifications
You must be signed in to change notification settings - Fork 0
/
games.html
26 lines (25 loc) · 1.35 KB
/
games.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
<!DOCTYPE html>
<html>
<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>
<h1 class="outline">Some of My Games:</h1>
<div id="games">
<ul class="lists">
<li><iframe frameborder="0" src="https://itch.io/embed/3001711?border_width=5&bg_color=962101&fg_color=ffffff&link_color=8fa4ff&border_color=115dff" width="560" height="175"><a href="https://hammouda101010.itch.io/pangs-hangman">Pang's Hangman by hammouda101010</a></iframe></li>
<li><iframe frameborder="0" src="https://itch.io/embed/2946550?border_width=5&bg_color=2fe1ff&fg_color=ffffff&link_color=0750ff&border_color=0083ed" width="560" height="175"><a href="https://hammouda101010.itch.io/penguinware">PenguinWare [ALPHA V 0.2] by hammouda101010</a></iframe></li>
</ul>
</div>
<p>All My Other Games Can Be Found at: <a href="https://hammouda101010.itch.io/">Itch.io</a><img src=imgs/itchio.svg width="30" height="30" alt="Itch.io"></p>
</body>
</html>