Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
whats-open
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Zoheb Lokhandwala
whats-open
Commits
0c63af51
Commit
0c63af51
authored
Dec 09, 2013
by
Renfred Harper
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add custom 404 page
parent
4edac1d6
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
35 additions
and
0 deletions
+35
-0
website/static/img/squirrels.jpg
website/static/img/squirrels.jpg
+0
-0
whats_open/templates/404.html
whats_open/templates/404.html
+35
-0
No files found.
website/static/img/squirrels.jpg
0 → 100644
View file @
0c63af51
28.2 KB
whats_open/templates/404.html
0 → 100644
View file @
0c63af51
<head>
<style>
body
{
text-align
:
center
;
display
:
-webkit-box
;
display
:
-moz-box
;
display
:
-ms-flexbox
;
display
:
-webkit-flex
;
display
:
flex
;
}
.container
{
margin
:
auto
;
}
h1
{
font-family
:
"Helvetica Neue"
,
"Helvetica"
,
sans-serif
;
margin-top
:
-8%
;
}
#squirrels
{
width
:
100%
;
}
#acorn
{
width
:
52px
;
position
:
fixed
;
bottom
:
10px
;
right
:
10px
;
}
</style>
</head>
<body>
<div
class=
"container"
>
<h1>
404 Error - Page not found
</h1>
<img
id=
"squirrels"
src=
"{{ STATIC_URL }}img/squirrels.jpg"
>
</div>
<a
href=
"/"
><img
id=
"acorn"
src=
"http://i.imgur.com/BZComXX.png"
></a>
</body>
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