forked from hotosm/hotosm-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
26 lines (21 loc) · 781 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
---
layout: default
---
<div class="community four-oh-four">
<div class="community-body">
<div class="event-promo" id="events">
<div class="event-title">
<h2>404: Page not found</h2>
<img src="/uploads/hot-summit-group-wave.jpg">
</div>
<div class="event-info">
<div class="event-description">
<p>Oh no. The page you clicked was not found :(</p>
<p>Think this page should be here? Contact <a href="mailto:[email protected]">[email protected]</a>.</p>
<p>While we have you, if you're interested in mapping, click the link below to start contributing!</p>
</div>
<a href="https://tasks.hotosm.org/" class="btn btn-primary btn-block btn-chevron">Start mapping now!</a>
</div>
</div>
</div>
</div>