forked from codeeu/codeeu.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsearch.html
executable file
·42 lines (36 loc) · 979 Bytes
/
search.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
---
layout: default
title: Europe Code Week
---
<!-- Page Title -->
<section id="page-title">
<div class="container clearfix">
<h1>Search Results</h1>
<ol class="breadcrumb">
<li><a href="#">Home</a></li>
<li class="active">Search</li>
</ol>
</div>
</section>
<!-- #page-title end -->
<!-- Content -->
<section id="content">
<div class="content-wrap">
<div class="container clearfix">
<script>
(function() {
var cx = '014895262420841298943:5leagjgb9dg';
var gcse = document.createElement('script');
gcse.type = 'text/javascript';
gcse.async = true;
gcse.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') +
'//cse.google.com/cse.js?cx=' + cx;
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(gcse, s);
})();
</script>
<gcse:searchresults-only></gcse:searchresults-only>
</div>
</div>
</section>
<!-- #content end -->