Skip to content

Instantly share code, notes, and snippets.

@cageyjames
Created November 18, 2012 17:25
Show Gist options
  • Save cageyjames/4106363 to your computer and use it in GitHub Desktop.
Save cageyjames/4106363 to your computer and use it in GitHub Desktop.
WeoGeoAPI.py response
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<link href="/assets/new_ui.css?1313520076" media="screen" rel="stylesheet" type="text/css" />
<link href="/assets/jquery-ui-1.8.4.custom.css?1313597469" media="screen" rel="stylesheet" type="text/css" />
<link href="/assets/fonts.css?1312912173" media="screen" rel="stylesheet" type="text/css" />
<style type="text/css">
body, html {height: 100%; width: 100%; background: #CBDFEA;}
#header {clear: right;}
h1 {font-size: 30px; color: #29ABE2; font-family:'ProximaNova Light'; padding: 15px;}
p {padding: 15px; font-size: 14px; color:#777777;}
#content-box {-webkit-box-shadow: -10px 10px 24px 3px rgba(105,105,105,0.8);
-moz-box-shadow: -10px 10px 24px 3px rgba(105,105,105,0.8);
box-shadow: -10px 10px 24px 3px rgba(105,105,105,0.8);
}
</style>
</head>
<body>
<div id="page">
<div id="header">
<div id="branding_icon">
<a href="/"><img alt="Weogeo-logo" height="46" src="/images/wg.png" /></a>
</div>
</div>
<div id="content-box" style="clear:both; margin:30px 10px; background-color: white; border: 10px solid white;" class="ui-widget">
<div style="background-color:#EBEBEB; padding: 15px;">
<div style="background-color: white; text-align:center; margin: 25px 35px;">
<h1>File not found</h1>
<img src="/images/error.png"/>
<p>We’re sorry. The address you entered is not a functioning page within our site. Questions? Contact support at <a href="mailto:support@weogeo.com">support@weogeo.com</a>.</p>
</div>
</div>
</div>
<div id="footer">
<a href="http://www.weogeo.com">WeoGeo Info</a> |
<a href="http://support.weogeo.com">Support</a> |
<a href="http://www.weogeo.com/contact_us">Contact Us</a> |
<a href="http://www.weogeo.com/legal">Terms of Use</a>
</div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment