-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
36 lines (36 loc) · 1.08 KB
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Google - Html Project</title>
<link rel="stylesheet" type="text/css" href="styles/styles.css" />
</head>
<body>
<div id="content">
<div>
<ul id="top_ul">
<li><a href="#">صور</a></li>
<li><a href="#">gmail</a></li>
<li><button>تسجيل الدخول</button></li>
<li><a href="#">...</a></li>
</ul>
</div>
<div id="srch-div">
<img src="images/google-img.png" alt="google image" />
<form name="search" action="">
<input name="srch" type="text" />
<button>Search</button>
</form>
</div>
<div>
<ul id="bottom_ul">
<li><a href="#">الخصوصية</a></li>
<li><a href="#">البنود</a></li>
<li><a href="#">الاعدادات</a></li>
<li>فلسطين</li>
</ul>
</div>
</div>
</body>
</html>