Skip to content

Instantly share code, notes, and snippets.

@danielgynn
Created November 23, 2015 19:36
Show Gist options
  • Save danielgynn/ae2a65080a60b49ffac7 to your computer and use it in GitHub Desktop.
Save danielgynn/ae2a65080a60b49ffac7 to your computer and use it in GitHub Desktop.
<% include partials/head %>
<body>
<div class="col-sm-10 col-sm-offset-1">
<div class="text-center">
<h1><%= error.status %>: <%= message %></h1>
<pre><%= error.stack %></pre>
<a href="/" class="btn btn-default"><span class="fa fa-home"></span> Home</a>
</div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment