main
html 29 lines 872 Bytes
Raw
1 <!DOCTYPE html>
2
3 <html>
4 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6 <title>Hydra is down</title>
7 <style type="text/css" media="screen">
8 body {
9 font-family: Helvetica, Arial, sans-serif;
10 color: rgba(0, 0, 0, 0.7);
11 }
12 </style>
13 </head>
14
15 <body>
16 <center>
17 <img src="/apache-errors/warning.png" alt="Warning" />
18 <p>Looks like Hydra is having some problems. Sorry about that!</p>
19 <p style="font-size: 90%">
20 <a href="https://nixos.org/">NixOS Homepage</a> |
21 <a href="https://monitoring.nixos.org/prometheus/alerts"
22 >System Alerts</a> |
23 <a href="https://monitoring.nixos.org/grafana/">Dashboards</a> |
24 <a href="https://github.com/NixOS/nixpkgs/labels/infrastructure"
25 >Related Issues</a>
26 </p>
27 </center>
28 </body>
29 </html>