forked from daktary-team/daktary
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path503.html
More file actions
26 lines (26 loc) · 762 Bytes
/
503.html
File metadata and controls
26 lines (26 loc) · 762 Bytes
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
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="/dist/dk.min.css">
<link rel="stylesheet" href="/css/503.css">
<title>Repositories</title>
</head>
<body id="daktary">
<div class="container">
<div id="error-503">
<h2>ERROR 503</h2>
<h1>ALONE IN THE DARK</h1>
<img src="/img/error503.png">
</div>
</div>
<footer>
<p xmlns:dct="http://purl.org/dc/terms/" xmlns:vcard="http://www.w3.org/2001/vcard-rdf/3.0#">
<a rel="license"
href="https://creativecommons.org/publicdomain/zero/1.0/deed.fr">
<img src="/img/cc-zero.svg" style="border-style: none;" alt="CC0" />
</a>
</p>
</footer>
</body>
</html>