-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmobile_images.html
62 lines (46 loc) · 1.65 KB
/
mobile_images.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
<html lang="en">
<head>
<meta charset="utf-8">
<title>Mobile Wallpapers</title>
<meta name="viewport" content="width=device-width, inital-scale=1">
<!-- <link rel="shortcut icon" type="image/png" href="images/64.png"/> -->
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div class="main">
<div class="container">
<div class="logo">
<img src="images/witch.png">
</div>
<div class="search-form">
<form action="https://www.google.com/search" method="get" autocomplete="off">
<input name="tbm" value="isch" type="hidden">
<input name="tbs" value="isz:ex,iszw:1241,iszh:2686" type="hidden">
<div class="search"><img src="images/loupe.svg">
<input name="q" size="35" type="text" placeholder="Search image">
</div>
<div class="submit">
<input type="submit" value="Find mobile wallpapers">
</div>
</form>
</div>
<div class="serach-for">
<p>or search for</p>
<div class="links">
<span>
<a href="4k.html">4K images</a> |
<a href="index.html">8K images</a> |
<a href="10k.html">10K images</a> </span> <span id="hide"> | </span>
<span>
<a href="16k.html">16K images</a> |
<a href="64.html">64 × 64 sized images</a> </span></span> <span id="hide"> | </span>
<span><a href="mobile_images.html">mobile walpapers</a></span>
</div>
<div class="links links-2">
<a href="custom_size.html">
or search images with your own height and width</a>
</div>
</div>
</div>
</body>
</html>