-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsearch.html
More file actions
23 lines (23 loc) · 704 Bytes
/
search.html
File metadata and controls
23 lines (23 loc) · 704 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE "html">
<html lang="en">
<head>
<title>Mermade Software API Search</title>
</head>
<body>
<h1>Mermade Software API Search</h1>
<h2>This search engine uses the <a href="https://schema.org">Schema.Org</a> <a href="https://pending.schema.org/WebAPI">WebAPI</a> type annotation to drive results.
<div>
<script>
(function() {
var cx = '010679867562267425051:tdrdz3jihce';
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:search></gcse:search>
</div>
</body>