thingspeak/public/500.html

24 lines
714 B
HTML
Raw Normal View History

2011-03-27 22:56:15 +02:00
<!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;
2011-03-27 22:56:15 +02:00
}
h1 { font-size: 100%; color: #f00; line-height: 1.5em; }
</style>
</head>
<body>
<!-- This file lives in public/500.html -->
<img src='/assets/ThingSpeak_Logo.png' width='300' height='79' />
2011-03-27 22:56:15 +02:00
<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>
2011-03-27 22:56:15 +02:00
</div>
</body>
</html>