forked from FatimaAlmashhor/frist-project
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
39 lines (32 loc) · 813 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
27
28
29
30
31
32
33
34
35
36
37
38
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel ='stylesheet' href="style.css" />
<title>frist pro</title>
</head>
<body>
<header>
<nav class='navbar'>
<a class='logo' href="#" >ANi Host</a>
<ul>
<li><a href='#'>test</a></li>
<li><a href='#'>test</a></li>
<li><a href='#'>test</a></li>
</ul>
</nav>
</header>
<main>
<h2>Sondos Change test</h2>
<section>
<h1>Marwa prograph</h1>
<p>welcome fatima it is the first our website</p>
<p>test</p>
</section>
</main>
<footer>
the footer
</footer>
</body>
</html>