2
0
mirror of https://github.com/boostorg/website.git synced 2026-01-19 04:42:17 +00:00
Files
website/common/sidebar-search.html
2017-11-04 13:35:30 +00:00

16 lines
473 B
HTML

<div id="search">
<!-- Created at http://www.google.com/cse/ -->
<script>
(function() {
var cx = '011577717147771266991:jigzgqluebe';
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-only></gcse:searchbox-only>
</div>