feat: status page + maintenance
This commit is contained in:
parent
c969dc0e2d
commit
204269b849
@ -26,9 +26,12 @@
|
|||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
width: 30em;
|
width: 48em;
|
||||||
background-color: yellow;
|
background-color: yellow;
|
||||||
}
|
}
|
||||||
|
.title {
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
.table_headers, .line {
|
.table_headers, .line {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
@ -41,8 +44,9 @@
|
|||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
border-width: 1px;
|
border-width: 1px;
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
|
width: 16em;
|
||||||
|
padding: 1em;
|
||||||
background-color: violet;
|
background-color: violet;
|
||||||
width: 10em;
|
|
||||||
}
|
}
|
||||||
.table_content {
|
.table_content {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
@ -16,6 +16,9 @@ Content-type: text/html
|
|||||||
<div class="page_wrapper">
|
<div class="page_wrapper">
|
||||||
<div class="center_wrapper">
|
<div class="center_wrapper">
|
||||||
<div class="container_list">
|
<div class="container_list">
|
||||||
|
<div class="line">
|
||||||
|
<span class="title">THSF Status</span>
|
||||||
|
</div>
|
||||||
<div class="table_headers">
|
<div class="table_headers">
|
||||||
<div class="header">Name</div>
|
<div class="header">Name</div>
|
||||||
<div class="header">Status</div>
|
<div class="header">Status</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user