36 lines
830 B
HTML
36 lines
830 B
HTML
<!--
|
|
|
|
Copyright (c) 2012-2016 Codenvy, S.A.
|
|
All rights reserved. This program and the accompanying materials
|
|
are made available under the terms of the Eclipse Public License v1.0
|
|
which accompanies this distribution, and is available at
|
|
http://www.eclipse.org/legal/epl-v10.html
|
|
|
|
Contributors:
|
|
Codenvy, S.A. - initial API and implementation
|
|
|
|
-->
|
|
{% include top.html %}
|
|
|
|
<body class="wrap">
|
|
<header>
|
|
<div class="grid">
|
|
<div class="unit whole align-center">
|
|
<h1>
|
|
<a href="/">
|
|
<span class="sr-only">Jekyll</span>
|
|
<img src="/img/logo-2x.png" width="249" height="115" alt="Jekyll Logo">
|
|
</a>
|
|
</h1>
|
|
</div>
|
|
</div>
|
|
</header>
|
|
|
|
{{ content }}
|
|
|
|
{% include anchor_links.html %}
|
|
{% include analytics.html %}
|
|
|
|
</body>
|
|
</html>
|