summaryrefslogtreecommitdiff
path: root/layouts/500/single.html
blob: f7804017c1785f88be7029fd6a117b781b971b05 (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
36
37
{{partial "header.tmpl" .}}
<div class="row">
    <header><p>500 - something went wrong</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">Oops, something went wrong. Reload the page or try again.</div>
					<br>
					<pre>
_                ___       _.--. 
\`.|\..----...-'`   `-._.-'_.-'` 
/  ' `         ,       __.--'    
)/' _/     \   `-_,   /          
`-'" `"\_  ,_.-;_.-\_ ',         
    _.-'_./   {_.'   ; /         
   {_.-``-'         {_/          
   ~~~~~~          ~~~~~         
					</pre>
				</li>
			</ul>
		</div>
	</div>
</div>

<div class="container">
	<div class="row center">
		<p class="twelve columns" style="margin-top: 20px">
			<a class="button" href="{{$.Site.BaseURL}}" title="back to index">click to go back</a>
		</p>
	</div>
</div>
{{partial "footer.tmpl"}}