-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
79 lines (65 loc) · 3.07 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Google Home Page</title>
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/all.css">
<script></script>
</head>
<body>
<header>
<button class="b1" title="حساب قوقل">H</button>
<i class="b2 fas fa-th-list" title="تطبيقات قوقل"></i>
<div class="a1">
<a href="https://www.google.ps/imghp?hl=ar&tab=wi&ogbl">صور</a>
</div>
<div class="a2">
<a href="https://mail.google.com/mail/u/0/?tab=wm&ogbl">Gmail</a>
</div>
</header>
<article>
<section class="google-logo">
<img src="https://www.google.com/images/branding/googlelogo/1x/googlelogo_color_272x92dp.png" alt="Google Logo">
</section>
<section class="search-box">
<div>
<input type="search" name="google-search">
<i class="a fas fa-microphone"></i>
<i class="b fas fa-keyboard"></i>
<i class="c fas fa-search"></i>
</div>
</section>
<section class="search-button">
<dvi>
<button class="bot1">ضربة حظ</button>
<button class="bot2">google بحث</button>
</dvi>
</section>
<section class="word">
<p><a>English</a> : محرك بحث قوقل متوفر باللغة </p>
</section>
</article>
<footer>
<section class="location">فلسطين</section>
<div class="end-footer">
<div class="right">
<ul>
<li><a href="https://www.google.com/search/howsearchworks/?fg=1">"google"ألية عمل بحث</a></li>
<li><a href="https://about.google/intl/ar_ps/?utm_source=google-PS&utm_medium=referral&utm_campaign=hp-footer&fg=1">حول</a></li>
<li><a href="https://www.google.com/services/?subid=ww-ww-et-g-awa-a-g_hpbfoot1_1!o2&utm_source=google.com&utm_medium=referral&utm_campaign=google_hpbfooter&fg=1#?modal_active=none">الأعمال</a></li>
<li><a href="https://ads.google.com/intl/ar_ps/home/?subid=ww-ww-et-g-awa-a-g_hpafoot1_1!o2&utm_source=google.com&utm_medium=referral&utm_campaign=google_hpafooter&fg=1">الإعلانات</a></li>
</ul>
</div>
<div class="left">
<ul>
<li><a href="https://policies.google.com/privacy?fg=1">الخصوصية</a></li>
<li><a href="https://policies.google.com/terms?fg=1">البنود</a></li>
<li><a href="https://www.google.com/preferences?hl=ar">الإعدادات</a></li>
</ul>
</div>
</div>
</footer>
</body>
</html>