-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
502.html
27 lines (21 loc) · 991 Bytes
/
502.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<meta content="width=device-width, initial-scale=1, shrink-to-fit=no" name="viewport"/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.2.2/css/bootstrap.min.css" integrity="sha512-CpIKUSyh9QX2+zSdfGP+eWLx23C8Dj9/XmHjZY2uDtfkdLGo0uY12jgcnkX9vXOgYajEKb/jiw67EYm+kBf+6g==" crossorigin="anonymous" referrerpolicy="no-referrer"/>
<link rel="icon" href="/icons/icon.svg" type="image/svg+xml" sizes="any"/>
<link rel="icon apple-touch-icon" href="/icons/icon.png" type="image/png" sizes="512x512"/>
<title>Bad Gateway | 2FA Directory</title>
</head>
<body>
<!-- navbar -->
<main role="main">
<h1 class="display-1">502</h1>
<p class="note">Bad Gateway</p>
</main>
<!-- footer -->
<script type="module" src="/src/components/style.js"></script>
<script type="module" src="/src/components/style.error.js"></script>
</body>
</html>