-
Notifications
You must be signed in to change notification settings - Fork 29
/
404.html
24 lines (23 loc) · 852 Bytes
/
404.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
---
layout: default
lang: en
experience: learn
title: "Sorry, we can't find that page"
---
{% assign post = site.tags.fourofour[0].[page.lang].fourofour %}
{% assign u = site.tags.translations[0] %}
<div class='basic-container fourofour'>
<div class='center'>
<h1 class='header2'>{{post.top.title}}</h1>
<p>{{post.top.subtitle}}</p>
<hr class='dark pad'>
<h2 class='header4'>{{post.search.title}}</h3>
<div class='input-append'>
<form name='gsearch' method='get' action='{{site.baseurl}}{% unless page.lang == "en" %}/{{page.lang}}{% endunless %}/search'>
<input id='404-search' title='{{t.[page.lang].utility.altsearch}}' class='nav-search span5' name='q' type='search' placeholder='{{post.search.title}}' autocomplete='off'>
{% include searchoptions.html %}
</form>
</div>
</div>
</div>
</div>