Newer
Older
<!DOCTYPE html>
<html>
<head>
<title>The page you were looking for doesn't exist (404)</title>
<style type="text/css">
@font-face{font-family:Roboto;src:url(https://s3.amazonaws.com/joindiaspora/fonts/Roboto-Regular.ttf)}
@font-face{font-family:Roboto-BoldCondensed;src:url(https://s3.amazonaws.com/joindiaspora/fonts/Roboto-BoldCondensed.ttf)}
body,
html {
danielgrippi
a validé
overflow-y : hidden;
}
body {
margin-bottom: 0;
padding-bottom: 0;
danielgrippi
a validé
margin-top: 5%;
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
background-color: #fff;
color: #666;
text-align: center;
font-family: Roboto, Helvetica, Arial, sans-serif;
background-image: url(https://joindiaspora.s3.amazonaws.com/assets/pattern-4deadcd0b3ee298c791c9055bdef3377.png);
text-shadow: 0 1px 0 #fff;
}
#big-number {
font-family: Roboto-BoldCondensed, Helvetica, Arial, sans-serif;
font-size: 250px;
text-shadow: 0 2px 0 #fff, 0 -1px 0 #999;
color: #ddd;
}
a {
text-decoration : none;
color : rgb(42,156,235);
}
a:hover {
text-decoration : underline;
}
.transparent {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
filter: alpha(opacity=80);
-moz-opacity: 0.8;
-khtml-opacity: 0.8;
opacity: 0.8;
}
#cat-footer {
width: 100%;
position: fixed;
text-align: center;
bottom : -8px;
left : 0;
</style>
</head>
<body>
<!-- This file lives in public/404.html -->
<div id="big-number" class="transparent">
404
</div>
These are not the kittens you're looking for. Move along.
<br/>
<br/>
<a href="/">
Go Back?
<div id="cat-footer" class="transparent">
<img src="https://s3.amazonaws.com/joindiaspora/peeping-tom.png">
</div>