update error page image

This commit is contained in:
Lee Lawlor 2014-09-19 10:15:42 -04:00
parent 4ff5f6f35b
commit 6c882a317d

View File

@ -13,7 +13,8 @@
<body> <body>
<!-- This file lives in public/500.html --> <!-- This file lives in public/500.html -->
<img src='/assets/ThingSpeak_Logo.png' width='300' height='79' /> <br><br>
<img src='/assets/thingspeak_logo_white.png' width='188' height='35' style='background-color: #022a50; padding: 10px;' />
<div class="dialog"> <div class="dialog">
<h1>We're sorry, but something went wrong.</h1> <h1>We're sorry, but something went wrong.</h1>
<br /> <br />
@ -21,3 +22,4 @@
</div> </div>
</body> </body>
</html> </html>