forked from mohmmad701/lab02
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
54 lines (44 loc) · 1.43 KB
/
index.html
File metadata and controls
54 lines (44 loc) · 1.43 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
46
47
48
49
50
51
52
53
54
<!DOCTYPE html>
<html lang="en">
<head>
<title>About my project</title>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<header>
<h1>Mohammad Riziq</h1>
</header>
<main>
<nav>
<ul>
<li><a href="index2.html">Home</a></li>
<li><a href="">Contact</a></li>
<li><a href="">About</a></li>
</ul>
</nav>
<h2>Introduction About me</h2>
<ul> <li> My name is mohammad kamal riziq</li>
<li> am 31 </li>
<li>am software engineering </li>
<li> i graduated from zarqa univarsity in 2012</li>
<li> i work at tikyet um ali </li>
<li> i got some useful courses like asp.net</li>
<li> i wish to be a good developer soon inshallah</li>
</ul>
<h2>The food which i like it </h2>
<ol>
<li>mansf</li>
<li>maqluba</li>
<li>kabsa</li>
<li>fool</li>
<li>falafel</li>
<li>msakhan</li>
<li>macdonalde meel</li>
<li>shawerma</li> <li>ozee</li><li>saban5' and rice</li>
</ol>
</main>
<footer>© 2021</footer>
<script src="javascript/app.js"></script>
<script></script>
</body>
</html>