-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patherror.hbs
More file actions
39 lines (36 loc) · 1.58 KB
/
error.hbs
File metadata and controls
39 lines (36 loc) · 1.58 KB
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
38
39
{{!< default}}
<main class="page-error" role="main">
<div class="container">
<div class="row">
<div class="col-lg-6">
<svg version="1.1" id="Layer_1" class="img-responsive" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="720px" height="480px" viewBox="0 0 720 480" xml:space="preserve">
<circle opacity="0.7" cx="240" cy="240" r="240"/>
<circle opacity="0.7" cx="480" cy="240" r="240"/>
<text transform="matrix(1 0 0 1 46.584 231.334)">
<tspan x="0" y="0" >We broke</tspan>
<tspan x="-12.728" y="33.869">something</tspan>
</text>
<text transform="matrix(1 0 0 1 522.4668 231.334)">
<tspan x="0" y="0" >You can’t</tspan>
<tspan x="40.737" y="33.869">Type</tspan>
</text>
<text transform="matrix(1 0 0 1 305.249 258.7354)" class="center-text">404</text>
</svg>
</div>
<div class="col-lg-6">
<h2>404 Visualization</h2>
<p>
Perhaps you are here because:
</p>
<ul>
<li>The page no longer exists</li>
<li>The page has moved</li>
<li>You were looking for your cat and got lost</li>
<li>You like 404 pages</li>
</ul>
<a class="btn btn-primary" href="/">Go Home</a>
</div>
</div>
</div>
</main>