feat: status page + maintenance

This commit is contained in:
mco-system 2023-05-27 17:05:30 +11:00
parent c969dc0e2d
commit 204269b849
2 changed files with 9 additions and 2 deletions

View File

@ -26,9 +26,12 @@
justify-content: center;
align-items: center;
text-align: center;
width: 30em;
width: 48em;
background-color: yellow;
}
.title {
font-weight: bold;
}
.table_headers, .line {
display: flex;
flex-direction: row;
@ -41,8 +44,9 @@
font-weight: bold;
border-width: 1px;
border-style: solid;
width: 16em;
padding: 1em;
background-color: violet;
width: 10em;
}
.table_content {
display: flex;

View File

@ -16,6 +16,9 @@ Content-type: text/html
<div class="page_wrapper">
<div class="center_wrapper">
<div class="container_list">
<div class="line">
<span class="title">THSF Status</span>
</div>
<div class="table_headers">
<div class="header">Name</div>
<div class="header">Status</div>