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

18
templates/edit.css Normal file
View File

@@ -0,0 +1,18 @@
#edit-area {
width: 100%;
height: 450px;
}
#edit-summary-label, #edit-author-label {
margin-top: 5px;
display: block;
margin-bottom: 5px;
}
#edit-summary, #edit-author {
width: 500px;
}
button {
padding: 5px 10px 5px 10px;
}