Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
go
Commits
322d4edd
Commit
322d4edd
authored
Nov 16, 2016
by
David Haynes
Browse files
Comment up 500.html
- essentially a carbon copy of 404
parent
722d82ab
Pipeline
#470
passed with stage
in 7 minutes and 54 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
go/go/templates/admin/500.html
View file @
322d4edd
<!-- include the base html template -->
{% extends 'layouts/base.html' %}
<!-- define the page title block -->
{% block title %}
500 Error
•
Internal Server Error
{% endblock %}
<!-- define the content block for the page -->
{% block content %}
<!-- div that contains the 500 page content -->
<div
class=
"row"
>
<div
class=
"col-md-10 col-md-offset-1 text-center"
>
<h1>
500 Error - Internal Server Error
</h1>
<img
id=
"squirrels"
src=
"/static/img/squirrels.png"
>
<a
href=
"/"
><img
src=
"/static/img/acorn.png"
style=
"width:10vw;"
></a>
<img
id=
"squirrels"
src=
"{% static "
img
/
acorn.png
"
%}"
>
<a
href=
"/"
><img
src=
"{% static "
img
/
acorn.png
"
%}"
style=
"width:10vw;"
></a>
</div>
</div>
{% endblock %}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment