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
51 lines (48 loc) · 2.29 KB
/
Copy patherror.html
File metadata and controls
51 lines (48 loc) · 2.29 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
40
41
42
43
44
45
46
47
48
49
50
51
---
layout: none
navigation:
show: false
---
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="title" content="Page Not Found" />
<meta name="description" content="Scalable email delivery for transactional email" />
<meta name="keywords" content="email, scalable, service, smtp, api, send, grid, transactional, deliverability, statistics, cloud" />
<meta name="language" content="en" />
<meta name="robots" content="index, follow" />
<title>SendGrid - Email Delivery. Simplified.</title>
<style>
body { background:url(/images/error_bg.jpg) repeat-x top #8ecafa; }
#wrap { width:1030px; height:1000px; margin:0 auto; background:url(/images/postman.jpg) center no-repeat; }
#intro { width:700px; float:left; font-family:Helvetica,arial,sans-serif; color:#65b4df; letter-spacing:-4px; }
h1 { font-size:85px; }
h2 { font-size:50px; margin-top:-60px; *margin-top:0px }
p { width:650px; font-size:25px; letter-spacing:-2px; margin-top:-30px; line-height:1.4; *margin-top: 0px; }
a, a:visited { color:#65b4df; padding:3px; background:#fff69d; }
a:hover { color:#418ab1; text-decoration:none; background:none; padding:3px; }
#logo { width:242px; height:70px; float:right; }
#logo img { border:none; margin-top:60px; }
#logo a, #logo a:hover, #logo a:visited { background:none; }
</style>
</head>
<body>
<div id="wrap">
<div id="intro">
<h1>Uh-Oh! (Error 404)</h1>
<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"/a>
</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>
<div id="logo">
<a href="/"><img alt="SendGrid" title="SendGrid" src="{{root_url}}/images/sendgrid-logo.png"/></a> </div>
</div>
</body>
</html>