blob: 187c13baf1129638df01c2177c730c12e56ad805 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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
56
57
58
59
60
61
62
63
64
65
66
|
<!DOCTYPE html>
<html>
<head>
<title>Gentoo Linux assets.gentoo.org — Error 404 (Not Found)</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="theme-color" content="#54487a">
<link href="https://assets.gentoo.org/tyrian/bootstrap.min.css" rel="stylesheet" media="screen">
<link href="https://assets.gentoo.org/tyrian/tyrian.min.css" rel="stylesheet" media="screen">
<link rel="icon" href="https://www.gentoo.org/favicon.ico" type="image/x-icon">
<style type="text/css">
.center {
min-height: 100%;
min-height: 100vh;
display: flex;
align-items: center;
}
body {
background-image: -webkit-linear-gradient(top, #e0e0e0 0, #fafafa 20%);
bbackground-image: -o-linear-gradient(top, #e0e0e0 0, #fafafa 20%);
bbackground-image: linear-gradient(to bottom, #e0e0e0 0, #fafafa 20%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe0e0e0', endColorstr='#fffafafa', GradientType=0);
}
.minifooter {
padding-left: 60px;
padding-right: 60px;
text-align: center;
}
.minifooter img {
max-width: 100px;
}
</style>
</head>
<body>
<div class="center">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="jumbotron">
<i class="fa fa-question-circle" style="color:#ccc;float:right;font-size:100pt;" id="box-icon"></i>
<h1 id="box-title">Not Found <small>(404)</small></h1>
<p><strong>We couldn't find the resource you were trying to request.</strong></p>
<p>If you've followed a link <strong>on our websites</strong> that led here, please <a href="https://www.gentoo.org/main/en/contact.xml">let us know</a> about the broken link.</p>
<hr>
<p><small>Maybe something is wrong after all, and there's more information available on our <em>Infrastructure Status</em> website:</small></p>
<p><a class="btn btn-primary" role="button" href="https://infra-status.gentoo.org/#pk_campaign=err&pk_kwd=404">Visit Infra Status</a></p>
</div>
<div class="minifooter">
<a href="/" title="Back to this site's homepage"><img src="https://assets.gentoo.org/tyrian/gentoo-typo.svg" alt="Gentoo Linux Logo"></a>
</div>
</div>
</div>
</div>
</div>
</body>
</html>
|