Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
PagePerso
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
FONTCHASTAGNER Julien
PagePerso
Commits
a42f78e2
Commit
a42f78e2
authored
4 years ago
by
FONTCHASTAGNER Julien
Browse files
Options
Downloads
Patches
Plain Diff
Delete 404.html car inutile
parent
3dd4a07d
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
layouts/404.html
+0
-19
0 additions, 19 deletions
layouts/404.html
with
0 additions
and
19 deletions
layouts/404.html
deleted
100644 → 0
+
0
−
19
View file @
3dd4a07d
{{ define "header" }}
<!-- No header on 404 pages -->
{{ end }}
{{ define "main" }}
<div
role=
"main"
class=
"container main-content"
>
<div
class=
"text-center"
>
<h1
class=
"error-emoji"
></h1>
<p
class=
"error-text"
>
{{ i18n "pageNotFound" }}
</p>
<h3>
You should go to the
<a
href=
"{{ "
"
|
absURL
}}"
>
home page
</a></h3>
</div>
</div>
<script>
var
errorEmojiContainer
=
document
.
getElementsByClassName
(
'
error-emoji
'
)[
0
];
var
emojiArray
=
[
'
\\
(o_o)/
'
,
'
(o^^)o
'
,
'
(˚Δ˚)b
'
,
'
(^-^*)
'
,
'
(≥o≤)
'
,
'
(^_^)b
'
,
'
(·_·)
'
,
'
(=
\'
X
\'
=)
'
,
'
(>_<)
'
,
'
(;-;)
'
,
'
\\
(^Д^)/
'
,
];
var
errorEmoji
=
emojiArray
[
Math
.
floor
(
Math
.
random
()
*
emojiArray
.
length
)];
errorEmojiContainer
.
appendChild
(
document
.
createTextNode
(
errorEmoji
));
</script>
{{ end }}
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