Skip to content

Instantly share code, notes, and snippets.

@davidcroda
Created July 9, 2014 20:54
Show Gist options
  • Save davidcroda/ab5e571bb5c73db413f1 to your computer and use it in GitHub Desktop.
Save davidcroda/ab5e571bb5c73db413f1 to your computer and use it in GitHub Desktop.
HTTP/1.1 503 Service Unavailable Cache-Control: no-cache, no-store Content-Type: text/html; charset=utf-8 Date: Wed, 09 Jul 2014 20:30:16 GMT Server: MochiWeb/1.0 (Any of you quaids got a smint?) Content-Length: 498 Connection: Close <!DOCTYPE html> <html> <head> <meta name="viewport" content="width=device-width, initial-scale=1"> <style type="text/css"> html, body, iframe { margin: 0; padding: 0; height: 100%; } iframe { display: block; width: 100%; border: none; } </style> <title>Application Error</title> </head> <body> <iframe src="https://respage-static.s3.amazonaws.com/error/error.html"> <p>Application Error</p> </iframe> </body> </html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment