Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
my-root
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
myuw
my-root
Commits
80e15a2b
Commit
80e15a2b
authored
9 years ago
by
Tim Levett
Browse files
Options
Downloads
Patches
Plain Diff
tell img to always look at root
parent
9fd83658
No related branches found
No related tags found
1 merge request
!2
MUMMNG-2046 : Split into multimodule project so we can overwrite the inherited 404 and 500 page
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
myuw-root-war/src/main/webapp/404.html
+1
-1
1 addition, 1 deletion
myuw-root-war/src/main/webapp/404.html
myuw-root-war/src/main/webapp/500.html
+1
-1
1 addition, 1 deletion
myuw-root-war/src/main/webapp/500.html
with
2 additions
and
2 deletions
myuw-root-war/src/main/webapp/404.html
+
1
−
1
View file @
80e15a2b
...
...
@@ -99,7 +99,7 @@
<div
id=
"row"
>
<div
class=
"col-xs-12 header"
>
<div
class=
"col-xs-4 col-sm-4 photo-div"
>
<img
src=
"main_logo_w_all.png"
class=
"crest"
>
<img
src=
"
/
main_logo_w_all.png"
class=
"crest"
>
</div>
<div
class=
"col-xs-4 outage-title"
>
<h1>
Page Not Found
</h1>
...
...
This diff is collapsed.
Click to expand it.
myuw-root-war/src/main/webapp/500.html
+
1
−
1
View file @
80e15a2b
...
...
@@ -99,7 +99,7 @@
<div
id=
"row"
>
<div
class=
"col-xs-12 header"
>
<div
class=
"col-xs-4 col-sm-4 photo-div"
>
<img
src=
"main_logo_w_all.png"
class=
"crest"
>
<img
src=
"
/
main_logo_w_all.png"
class=
"crest"
>
</div>
<div
class=
"col-xs-4 outage-title"
>
<h1>
Server Error
</h1>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment