main
html 78 lines 2.17 KB
Raw
1 <!DOCTYPE html>
2 <html lang="en">
3 <head>
4 <title>Error 403 - hydra.nixos.org</title>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6 <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
7 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
8 <link
9 rel="stylesheet"
10 href="https://nixos.org/bootstrap/css/bootstrap.min.css"
11 />
12 <link
13 rel="stylesheet"
14 href="https://nixos.org/bootstrap/css/bootstrap-responsive.min.css"
15 />
16 <style>
17 body {
18 padding-top: 0;
19 margin-top: 4em;
20 margin-bottom: 4em;
21 }
22 body > div {
23 max-width: 800px;
24 text-align: center;
25 }
26 h1 {
27 margin: 0 auto;
28 text-align: center;
29 }
30 p {
31 text-align: center;
32 }
33 ul {
34 display: inline-block;
35 text-align: left;
36 }
37 </style>
38 </head>
39 <body>
40 <div class="container jumbotron">
41 <div class="jumbotron">
42 <p class="lead">
43 <a href="https://nixos.org/nixos">
44 <img
45 src="https://brand.nixos.org/logos/nixos-logo-default-gradient-black-regular-horizontal-minimal.svg"
46 width="500px"
47 alt="logo"
48 />
49 </a>
50 </p>
51
52 <h1>HTTP Error 403</h1>
53
54 <p class="lead">Access to this resource has been denied!</p>
55 <p>
56 This could be caused by one of the following issues:
57 </p>
58 <ul>
59 <li>You are using an extension to spoof your user-agent</li>
60 <li>The browser you are running is out of date</li>
61 </ul>
62 <p>
63 Feel free to reach out, if you think this request was denied in error.
64 </p>
65 </div>
66 <hr>
67 <div class="help">
68 <p>
69 You can check the following resources for further informations:<br>
70 <a href="https://prometheus.nixos.org/alerts">Alerts</a> |
71 <a href="https://grafana.nixos.org/">Dashboards</a> |
72 <a href="https://github.com/NixOS/infra/issues">Issues</a> |
73 <a href="https://matrix.to/#/#infra:nixos.org">Chatroom</a>
74 </p>
75 </div>
76 </div>
77 </body>
78 </html>