-
Notifications
You must be signed in to change notification settings - Fork 126
Expand file tree
/
Copy pathRavi Gupta
More file actions
40 lines (32 loc) · 1.07 KB
/
Ravi Gupta
File metadata and controls
40 lines (32 loc) · 1.07 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="description" content="Dual Search">
<meta name="keywords" content="DualSearch, Dual Search, double search">
<meta name="author" content="Ravi Gupta">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script async src="https://cse.google.com/cse.js?cx=004214397457894850199:wviyxqe2ahq"></script>
<script data-ad-client="ca-pub-9949138104490910" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<Style>
.grid-container {
display: grid;
grid-template-columns: 1fr 1fr;
grid-column-gap: 2px;
height: 90vh;
overflow:auto;"
}
</Style>
</head>
<body style="overflow:hidden;">
<u><h3 style="text-align: center;">Dual Search Powered by Google and Created by Ravi Gupta</h3></u>
<div class="grid-container">
<div style="overflow:auto;" >
<div class="gcse-search" ></div>
</div>
<div style="overflow:auto;" >
<div class="gcse-search" ></div>
</div>
<div>
</body>
</html>