Created
November 23, 2015 19:36
-
-
Save danielgynn/ae2a65080a60b49ffac7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<% 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