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 {
|
2014-02-17 18:05:39 +01:00
|
|
|
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 -->
|
2014-09-19 16:15:42 +02:00
|
|
|
<br><br>
|
|
|
|
<img src='/assets/thingspeak_logo_white.png' width='188' height='35' style='background-color: #022a50; padding: 10px;' />
|
2011-03-27 22:56:15 +02:00
|
|
|
<div class="dialog">
|
|
|
|
<h1>We're sorry, but something went wrong.</h1>
|
2014-02-17 18:05:39 +01:00
|
|
|
<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>
|
2014-09-19 16:15:42 +02:00
|
|
|
|