-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsearch.html
27 lines (26 loc) · 1.06 KB
/
search.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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<link
href="https://fonts.googleapis.com/css2?family=Do+Hyeon&display=swap"
rel="stylesheet"
/>
<link
rel="stylesheet"
href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css"
integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh"
crossorigin="anonymous"
/>
<link rel="stylesheet" href="search.css" />
</head>
<body>
<div class="mainbar">
<script async src="https://cse.google.com/cse.js?cx=2346e8f4411dd44c7">
</script>
<div class="gcse-searchresults-only" data-ivt="true" data-mobileLayout="forced" data-imageSearchLayout="column" data-imageSearchResultSetSize="large" data-disableWebSearch="true"></div>
</div>
</body>
</html>