-
Notifications
You must be signed in to change notification settings - Fork 2
/
404.html
31 lines (28 loc) · 877 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
25
26
27
28
29
30
31
---
layout: page
---
{% include banner_nocallout.md banner="assets/img/404_banner.jpg" %}
<div class="container">
<div class="col-12 mt-5 mb-4">
<h1>Whoops! We may be lost?</h1>
<p>We are sorry but we can't find the page you are asking for.</p>
<p>Here's some helpful links and a search box to help you find your way.</p>
<ul>
<li>
<a href="https://chicago.gov">chicago.gov</a>
</li>
<li>
<a href="https://311.chicago.gov/">311.chicago.gov</a>
</li>
</ul>
</div>
<div class="col-5 mt-5 mb-5">
<h3>Search Site For:</h3>
<div class="input-group">
<input type="text" class="form-control form-control-blue" placeholder="Search" aria-label="Search">
<div class="input-group-append">
<button class="btn btn-primary" type="button">Search</button>
</div>
</div>
</div>
</div>