Skip to content

Instantly share code, notes, and snippets.

@jdcantrell
Created March 3, 2014 08:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jdcantrell/9320869 to your computer and use it in GitHub Desktop.
Save jdcantrell/9320869 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<title>Oh hai</title>
<style>
html { width: 100% }
body {
width: 600px; margin: auto;
font-family: Helvetica, Arial, sans-serif;
font-size: 24px;
font-style: normal;
font-weight: normal;
text-transform: normal;
letter-spacing: -0.1;
line-height: 1.4em;
color: #333;
}
h1 { line-height: 1em; font-size: 1.4em; }
</style>
</head>
<body>
<h1>First we herped and then we derped</h1>
<p>
Sorry, something did not work.
</p>
<p>
First we tried to see if you requested an existing file, but that
did not work.
</p>
<p>
Second we tried to pass your request to a proxy server, and we
received: <code>502 Bad Gateway</code>.
</p>
<p> So now you're being served this message. </p>
<p>
Where you should go from here:
<ol>
<li>Start your dev server. It needs to run on 8080.
<li>Check that your path/file exists.
<li>Check that you setup this .dev domain correctly.
</ol>
</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment