thingspeak/public/500.html
2014-09-19 10:15:42 -04:00

26 lines
782 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>We're sorry, but something went wrong (500)</title>
<style type="text/css">
body { background-color: #fff; color: #666; text-align: center; font-family: arial, sans-serif; }
div.dialog {
margin: 3em auto 0 auto;
}
h1 { font-size: 100%; color: #f00; line-height: 1.5em; }
</style>
</head>
<body>
<!-- This file lives in public/500.html -->
<br><br>
<img src='/assets/thingspeak_logo_white.png' width='188' height='35' style='background-color: #022a50; padding: 10px;' />
<div class="dialog">
<h1>We're sorry, but something went wrong.</h1>
<br />
<p>Please send an email to <a href="mailto:support@thingspeak.com">support@thingspeak.com</a> if this problem persists.</p>
</div>
</body>
</html>