This repository has been archived by the owner on Jul 3, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
62 lines (56 loc) · 2.28 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
<!DOCTYPE html>
<html lang="zh-Hant-TW">
<head>
<meta charset="UTF-8">
<meta name="description" content="就是一個練習啊">
<link rel="stylesheet" href="style.css">
<title>Google Homepage Practice</title>
</head>
<body>
<header>
<div>
<a class="style-for-a" href="https://about.google/?fg=1&utm_source=google-&utm_medium=referral&utm_campaign=hp-header">關於Google</a>
<a class="style-for-a" href="https://store.google.com/?utm_source=hp_header&utm_medium=google_ooo&utm_campaign=GS100042&hl=zh-TW">Google商店</a>
</div>
<nav>
<a class="style-for-a" href="#">Gmail</a></li>
<a class="style-for-a" href="#">圖片</a></li>
<img class="style-for-a" src="image/outline_apps_black_24dp.png">
<img class="style-for-a" src="image/outline_account_circle_black_24dp.png">
</nav>
</header>
<div class="columnFlex">
<div class="container">
<img src="image/googlelogo_color_272x92dp.png">
</div>
<div class="container1">
<div class="searchbox-img">
<img src="image/outline_search_black_24dp.png">
</div>
<input class="searchbox" type="text" placeholder="請輸入欲搜尋的內容">
<div class="searchbox-img">
<img src="image/outline_mic_black_24dp.png">
</div>
</div>
</div>
<div class="center">
<input type="button" class="button" value="Google搜尋">
<input type="button" class="button" value="好手氣">
</div>
<footer>
<div>
<font class="style-for-a">台灣</font>
</div>
<div>
<a class="style-for-a" href="https://ads.google.com/intl/zh-TW_tw/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>
<a class="style-for-a" href="https://www.google.com/intl/zh-TW_tw/business/">商業</a>
<a class="style-for-a" href="https://www.google.com/search/howsearchworks/?fg=1">搜尋服務的運作方式</a>
</div>
<div>
<a class="style-for-a" href="https://policies.google.com/privacy?hl=zh-TW&fg=1">隱私權</a>
<a class="style-for-a" href="https://policies.google.com/terms?hl=zh-TW&fg=1">服務條款</a>
<font class="style-for-a">設定</font>
</div>
</footer>
</body>
</html>