-
Notifications
You must be signed in to change notification settings - Fork 210
Expand file tree
/
Copy pathheader.html
More file actions
18 lines (17 loc) · 777 Bytes
/
Copy pathheader.html
File metadata and controls
18 lines (17 loc) · 777 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!-- START SITEHEADER -->
<div class="siteheaderwrapper">
<div class="siteheader">
<h1 class="hidden"><a href="/" class="hidden">elasticsearch</a></h1>
<h2 class="hidden">Search Engine for the Cloud</h2>
<div class="sitelinks">
<a href="/products/">Products</a> · <a href="/community/">Community</a> · <a href="/docs/">Docs</a> · <a href="/download/">Download</a> · <a href="/blog/">Blog</a>
</div>
<div class='homeLink'>
<div class='branding'>
<a href='/'><img height="120px" alt='ElasticSearch' rel='nofollow' src='/images/logo.png' title='Return to home' /></a>
</div>
</div>
</div>
</div>
<!-- END SITEHEADER -->
<div class="dropshadow"></div>