Initial commit of historian web application

This commit is contained in:
Captain Beyond
2024-08-03 06:10:53 -05:00
parent fa2c8ee85a
commit c18ae34880
18 changed files with 5354 additions and 0 deletions

22
templates/history.css Normal file
View File

@@ -0,0 +1,22 @@
#revision-details {
text-align: center;
padding: 4px;
color: rgb(112, 182, 255);
background-color: rgb(24, 51, 111);
border: 1px solid rgb(112, 182, 255);
margin-top: 10px;
margin-bottom: 10px;
}
#revision-summary {
display: block;
font-style: italic;
}
#revision-author {
font-weight: bold;
}
#revision-datetime {
font-weight: bold;
}