-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
26 lines (24 loc) · 827 Bytes
/
index.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 lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="did" content="did:plc:6loexbxe5rv4knai6j57obtn">
<title>hammouda101010</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 id="hello">Hammouda101010</h1>
<div id="sum" class="lists">
<p>Hello , My Name is Hammouda101010, I like Coding Games, and Also <strong>G A M I N G</strong></p>
</div>
</iframe>
</body>
</html>