-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgse.html
48 lines (48 loc) · 1.17 KB
/
gse.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
<DOCTYPE html>
<html>
<head>
<title>Quad-OS</title>
</head>
<style>
body {
background-color: darkgray;
z-index: 2;
}
.button {
background-color: green;
color: white;
border: none;
padding: 15px;
margin: 4px 2px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
cursor: pointer;
width: 15%;
z-index-: 2;
}
</style>
<body>
<center>
<h1>Quad-OS</h1>
<div>
<script>
(function() {
var cx = '009127461549445650691:when3gkyx50';
var gcse = document.createElement('script');
gcse.type = 'text/javascript';
gcse.async = true;
gcse.src = 'https://cse.google.com/cse.js?cx=' + cx;
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(gcse, s);
})();
</script>
<gcse:searchbox></gcse:searchbox>
<gcse:searchresults></gcse:searchresults>
</div>
<br/>
<a href = "home.html" class = "button">Home</a>
</center>
</body>
</html>