-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmyGoogle.html
67 lines (63 loc) · 3.15 KB
/
myGoogle.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
<!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">
<title>Google</title>
<link rel="icon" href="g_icon.ico" type="image/x-icon">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header>
<div class="top_left_items">
<span class="nameLetter">
<a class="nameLetter_link" href="https://accounts.google.com/SignOutOptions?hl=fa&continue=https://www.google.com/" title="Google حساب">H</a>
</span>
<span class="nine_dots">
<img src="dots.svg" alt="dots" width="18" height="18" title="Google برنامه های">
</span>
<span class="images">
<a class="images_link" href="https://www.google.de/imghp?hl=fa&authuser=0&ogbl">تصاویر</a>
</span>
<span class="gmail">
<a class="gmail_link" href="https://mail.google.com/mail/?authuser=0&ogbl">Gmail</a>
</span>
</div>
</header>
<div>
<img class="logo_image" src="logo.png" alt="Google logo" width="280px">
</div>
<form class="searchForm" action="https://google.com/search" method="get">
<div class="searchPart">
<img class="voice" src="voice-icon.png" alt="voice search" width="24" height="24">
<img class="keyboard" src="keyboard.jpg" alt="voice search" width="24" height="15">
<input type="search" name="q" id="searchBox">
<img class="magnifier" src="magnifier-icon.jpg" alt="magnifier" width="20" height="20">
</div>
<div class="buttons">
<input type="button" value="یا بخت و یا اقبال" id="feelLucky_btn">
<input type="submit" value="Google جستجوی" id="search_btn">
</div>
</form>
<div>
<p class="lang">
Google به این زبان ارائه میشود:
<a href="https://www.google.com/setprefs?sig=0_kohGsMGjA6qRYcHNmTUTf2-mrMk%3D&hl=en&source=homepage&sa=X&ved=0ahUKEwiSwI3JqaD4AhVKgRoKHSIMDwsQ2ZgBCBA">English</a>
</p>
</div>
<footer>
<span class="rightFooter">
<a href="https://about.google/?utm_source=google-IR&utm_medium=referral&utm_campaign=hp-footer&fg=1">درباره</a>
<a href="https://www.google.com/intl/fa_ir/ads/?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>
<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">تجارت</a>
<a href="https://google.com/search/howsearchworks/?fg=1">نحوه عملکرد جستجو</a>
</span>
<span class="leftFooter">
<a href="https://policies.google.com/privacy?hl=fa&fg=1">حریم خصوصی</a>
<a href="https://policies.google.com/terms?hl=fa&fg=1">شرایط</a>
<a href="">تنظیمات</a>
</span>
</footer>
</body>
</html>