mirror of
https://github.com/arcan1s/arcanis.me.git
synced 2025-07-13 21:25:46 +00:00
edited cse
This commit is contained in:
13
_includes/cse.html
Normal file
13
_includes/cse.html
Normal file
@ -0,0 +1,13 @@
|
||||
<script>
|
||||
(function() {
|
||||
var cx = '000833618047197874644:rilf4jpvgyo';
|
||||
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>
|
Reference in New Issue
Block a user