-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsearch.html
21 lines (21 loc) · 1 KB
/
search.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8"/>
<style>
html {margin: 0; padding: 0; width: 100%; height: 100%; }
body {height: 100%; overflow: hidden;}
iframe { width: 100%; height: 100%; overflow: hidden;}
#swap { position: absolute; right: 0; }
input { height: 40px; width: 180px; }
button { margin-left: 20px; height: 50px; width: 80px;}
</style>
</head>
<body>
<div style="margin-top: 250px; line-height: 68px; text-align: center;">
<div>
<img width="80" src="https://cdn1.iconfinder.com/data/icons/yooicons_set01_socialbookmarks/512/social_google_box.png" style="margin-right: 20px; vertical-align: middle;"/><input id="googlequery"></input><button id="google">Search</button></div>
<div style="margin-top: 20px;"><img width="80" src="http://upload.wikimedia.org/wikipedia/commons/4/46/Wikipedia-W-visual-balanced.svg" style="margin-right: 20px; vertical-align: middle;"/><input id="wikipediaquery"></input><button id="wikipedia">Search</button></div>
</div>
</body>
</html>