-
Notifications
You must be signed in to change notification settings - Fork 27
/
404.html
20 lines (20 loc) · 897 Bytes
/
404.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
---
layout: default
---
<div class="container-fluid not-found-container" id="second-container">
<div class="row vert-center">
<div class="col-lg-4 offset-lg-2">
<p class="not-found">404</p>
<p style="font-size: 20px">(this page does not exist)</p>
<p>Whew, you found a bug!<br>We're sorry this happened.</p>
<p>(Could be worse though.<br>Lawyers' bug-fixes are called litigation.<br>Good thing we're computer scientists & recovering lawyers.)</p>
<a class="btn btn-default not-found-btn" href="index.html" role="button">Now, let's calmly back away and head on back to Legalese.com</a>
</div>
</div>
<div class="row" style="margin-top:20px">
<div class="col-lg-6 offset-lg-2">
<p><b>or if you feel something is missing that should be here, <a class="a-link" href="[email protected]">let us know</a></b></p>
</div>
</div>
</div>
</div>