neutral-old/public/templates/panel.html
Raphix 74c5342633
All checks were successful
Neutral/pipeline/head This commit looks good
First Upload of DEV_6
2023-03-27 21:55:47 +02:00

57 lines
612 B
HTML

<div class="home">
<h1>Administration</h1>
</br>
<div class="homepanel">
<div class="row w-100">
<div class="hbox col-lg">
<h1><i class="fa fa-gear"></i> Administration</h1>
</div>
</div>
</div>
</div>
<!-- Style-->
<style>
.home {
}
.hbox h1 {
font-size: large;
}
table {
color: white;
}
.hbox {
margin: 1%;
padding: 1%;
background-color: rgb(80, 80, 80);
border-radius: 1vw;
box-shadow: 5px 5px 5px rgba(80, 80, 80, 0.477) ;
}
</style>