-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathimages.html
More file actions
76 lines (72 loc) · 3.13 KB
/
images.html
File metadata and controls
76 lines (72 loc) · 3.13 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Search</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="normalize.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.1/css/all.css" integrity="sha384-vp86vTRFVJgpjF9jiIGPEEqYqlDwgyBgEF109VFjmqGmIY/Y4HV4d3Gp2irVfcrp" crossorigin="anonymous">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div id="viewport" class="ctr-p">
<div class="header">
<div class="links-left">
<i class="fas fa-hamburger"></i>
<a href="https://about.google">About</a>
<a href="https://store.google.com">Store</a>
</div>
<div class="links-right">
<a href="https://mail.google.com">Gmail</a>
<a href="./home.html">Search</a>
<a href="./advanced_search.html">Advanced</a>
<a href="https://github.com/Dorfieeee" id="github_avatar">Avatar</a>
</div>
</div>
<div class="search">
<form action="https://google.com/search" autocomplete="off">
<div class="form">
<div class="input">
<input class="search-input" type="text" name="q">
<input style="display: none;" type="hidden" value="isch" name="tbm">
</div>
<div class="buttons">
<input class="submit-button" name="btnK" type="submit" value="Google Search">
<button class="submit-button" type="submit" name="btnI" value="AINFCbYAAAAAX474psDgUBkCDySLGWPiVEjem7Cgx3ov">I'm Feeling Lucky</button>
</div>
</div>
</form>
</div>
<div class="main">
<div class="body">
<div class="logo">
<div class="image">
<figure style="margin: 0;">
<img class="google" src="./logo.png" alt="Google">
<figcaption class="image-text">images</figcaption>
</figure>
</div>
</div>
<div class="search-gap"></div>
<div class="language">
<div>Google offered in: lang
</div>
</div>
<div class="footer-gap"></div>
</div>
<div class="footer">
<span class="links-right">
<a href="https://mail.google.com">Privacy</a>
<a href="https://www.google.com/imghp">Terms</a>
<a href="https://www.google.co.uk/intl/en/about/products">Settings</a>
</span>
<span class="links-left">
<a href="https://about.google">Advertising</a>
<a href="https://store.google.com">Business</a>
<a href="https://store.google.com">How Search works</a>
</span>
</div>
</div>
</div>
</body>
</html>