forked from abu-al3ees/code201
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
45 lines (45 loc) · 1.28 KB
/
index.html
File metadata and controls
45 lines (45 loc) · 1.28 KB
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
37
38
39
40
41
42
43
44
45
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/reset.css">
<link rel="stylesheet" href="css/style.css">
<title>about me</title>
</head>
<body>
<header>
<nav>
<ul>
<li><a href="#">home</a></li>
<li><a href="#">more</a></li>
<li><a href="#">about us</a></li>
</ul>
</nav>
</header>
<div>
<p>
<h1>my name is mohammad alkhazali</h1>
iam a 23 y old I recently graduated from Al-Bayt University with a major in Computer Science. I have not worked yet, as I am still looking to develop myself and gain experience
and afer you answered the qustion you should know me better.
</p>
</div>
<div class="top">
<h2> my top 10 series</h2>
<ol>
<li>game of thronse</li>
<li>prison praek</li>
<li>la casa</li>
<li>you</li>
<li>el chapo</li>
<li>pablo escobar</li>
<li>elite</li>
<li>13 reasonse why</li>
<li>the office</li>
<li>the walking dead</li>
</ol>
</div>
<script src="js/app.js"></script>
</body>
</html>