Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
La Quadrature du Net
Sous Surveillance
Commits
b9828ce6
Commit
b9828ce6
authored
Apr 02, 2015
by
luxcem
Browse files
rm 404
parent
ac1329a8
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/404.html
deleted
100644 → 0
View file @
ac1329a8
<!DOCTYPE html>
<html
lang=
"en"
>
<head>
<meta
charset=
"utf-8"
>
<title>
Page Not Found :(
</title>
<style>
::-moz-selection
{
background
:
#b3d4fc
;
text-shadow
:
none
;
}
::selection
{
background
:
#b3d4fc
;
text-shadow
:
none
;
}
html
{
padding
:
30px
10px
;
font-size
:
20px
;
line-height
:
1.4
;
color
:
#737373
;
background
:
#f0f0f0
;
-webkit-text-size-adjust
:
100%
;
-ms-text-size-adjust
:
100%
;
}
html
,
input
{
font-family
:
"Helvetica Neue"
,
Helvetica
,
Arial
,
sans-serif
;
}
body
{
max-width
:
500px
;
_width
:
500px
;
padding
:
30px
20px
50px
;
border
:
1px
solid
#b3b3b3
;
border-radius
:
4px
;
margin
:
0
auto
;
box-shadow
:
0
1px
10px
#a7a7a7
,
inset
0
1px
0
#fff
;
background
:
#fcfcfc
;
}
h1
{
margin
:
0
10px
;
font-size
:
50px
;
text-align
:
center
;
}
h1
span
{
color
:
#bbb
;
}
h3
{
margin
:
1.5em
0
0.5em
;
}
p
{
margin
:
1em
0
;
}
ul
{
padding
:
0
0
0
40px
;
margin
:
1em
0
;
}
.container
{
max-width
:
380px
;
_width
:
380px
;
margin
:
0
auto
;
}
input
::-moz-focus-inner
{
padding
:
0
;
border
:
0
;
}
</style>
</head>
<body>
<div
class=
"container"
>
<h1>
Not found
<span>
:(
</span></h1>
<p>
Sorry, but the page you were trying to view does not exist.
</p>
<p>
It looks like this was the result of either:
</p>
<ul>
<li>
a mistyped address
</li>
<li>
an out-of-date link
</li>
</ul>
</div>
</body>
</html>
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