feat: status page + maintenance
This commit is contained in:
parent
d17c6f6142
commit
0ede5055e2
@ -56,4 +56,5 @@
|
|||||||
}
|
}
|
||||||
.button {
|
.button {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
@ -6,9 +6,9 @@ Content-type: text/html
|
|||||||
<title>THSF 2023: Status page</title>
|
<title>THSF 2023: Status page</title>
|
||||||
<meta name="viewport" content="initial-scale=1.0">
|
<meta name="viewport" content="initial-scale=1.0">
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||||
<script src="/maintenance/scripts/maintenance.js"></script>
|
<script src="/thsf.net/maintenance/scripts/maintenance.js"></script>
|
||||||
<link rel="stylesheet"
|
<link rel="stylesheet"
|
||||||
href="/maintenance/style/maintenance.css">
|
href="/thsf.net/maintenance/style/maintenance.css">
|
||||||
<link rel="stylesheet"
|
<link rel="stylesheet"
|
||||||
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
|
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
|
||||||
</head>
|
</head>
|
||||||
|
Loading…
Reference in New Issue
Block a user