aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/search.html
diff options
context:
space:
mode:
authorGravatar Googler <noreply@google.com>2015-04-22 08:32:33 +0000
committerGravatar Laurent Le Brun <laurentlb@google.com>2015-04-22 12:42:41 +0000
commita0d555f5fbf74adc059134d4147201428c414a52 (patch)
tree70e7503ce6392300fb41b28c9b90d89ee39cf8ad /site/search.html
parent537a90b5b90856788412c962de61ece14e83274b (diff)
New design for Bazel site.
-- MOS_MIGRATED_REVID=91768459
Diffstat (limited to 'site/search.html')
-rw-r--r--site/search.html19
1 files changed, 19 insertions, 0 deletions
diff --git a/site/search.html b/site/search.html
new file mode 100644
index 0000000000..0ee2e8e863
--- /dev/null
+++ b/site/search.html
@@ -0,0 +1,19 @@
+---
+layout: default
+title: Site Search
+---
+
+<script>
+ (function() {
+ var cx = '012346921571893344015:xv_nfgpzbu4';
+ var gcse = document.createElement('script');
+ gcse.type = 'text/javascript';
+ gcse.async = true;
+ gcse.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') +
+ '//www.google.com/cse/cse.js?cx=' + cx;
+ var s = document.getElementsByTagName('script')[0];
+ s.parentNode.insertBefore(gcse, s);
+ })();
+</script>
+
+<gcse:search></gcse:search>