blob: 959476f7d7f16f0881224429d5e669bc1c7e1fd1 (
plain)
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
|
{{partial "header.tmpl" .}}
<div class="row">
<header><p>{{.Title}}</p></header>
</div>
<div class="container journal content">
<div class="row">
<div class="twelve columns article">
<ul>
<li class="journal-li">
<div class="margin-top">Sorry, there was an error!</div>
<br>
<pre>
_ ___ _.--.
\`.|\..----...-'` `-._.-'_.-'`
/ ' ` , __.--'
)/' _/ \ `-_, /
`-'" `"\_ ,_.-;_.-\_ ',
_.-'_./ {_.' ; /
{_.-``-' {_/
~~~~~~ ~~~~~
</pre>
<div>Please try again.</div>
</li>
</ul>
</div>
</div>
</div>
<div class="row center">
<p class="twelve columns" style="margin-top: 20px">
<a class="button" href="../" title="go back" onclick="javascript:history.go(-1);return false;">go back</a>
</p>
</div>
{{partial "footer.tmpl" .}}
|