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
bookshare
Commits
5e6ea6f3
Commit
5e6ea6f3
authored
Apr 27, 2015
by
Daniel W Bond
Browse files
standardized titles across error pages
parent
e041480d
Changes
3
Hide whitespace changes
Inline
Side-by-side
bookshare/templates/403.html
View file @
5e6ea6f3
<!DOCTYPE html>
<html>
<title>
40
4
</title>
<title>
40
3 Forbidden
</title>
<style>
body
{
text-align
:
center
;
...
...
bookshare/templates/404.html
View file @
5e6ea6f3
<!DOCTYPE html>
<html>
<title>
404
</title>
<title>
404
Page Not Found
</title>
<style>
body
{
text-align
:
center
;
...
...
bookshare/templates/500.html
View file @
5e6ea6f3
<!DOCTYPE html>
<html>
<title>
500 Server Error
</title>
<title>
500
Internal
Server Error
</title>
<style>
body
{
text-align
:
center
;
...
...
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