forked from sendgrid/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patherror.html
More file actions
26 lines (22 loc) · 742 Bytes
/
Copy patherror.html
File metadata and controls
26 lines (22 loc) · 742 Bytes
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: page
weight: 0
title: Uh Oh! - Error 404
showTitle: false
breadcrumbs: false
hideFeedback: true
navigation:
show: false
---
<div id="errorwrap">
<h2>The page you are trying to access does not exist.</h2>
<form action="{{root_url}}/search.html" method="get">
<p style="display:inline;">Try searching for what you are looking for: </p><input style="font-size:22px;" input name="q" results="0" placeholder="Search"/>
</form>
<p>
<br/><br/>
</p>
<p>
Otherwise, let's go back to the<a href="{{root_url}}/index.html">Home</a> page instead. If you believe you have reached this page by mistake, please contact us at <a href="mailto:help@sendgrid.com">help@sendgrid.com</a>
</p>
</div>