Add render time to footer.

This commit is contained in:
2023-02-28 19:06:07 -08:00
parent d8275debdc
commit 369e88880a
4 changed files with 102 additions and 39 deletions

View File

@@ -14,7 +14,6 @@
}
.body {
padding-bottom: 1em;
border: 1px red solid;
}
.error {
background-color: red;
@@ -34,6 +33,15 @@ iframe {
.index .date {
white-space: nowrap;
}
.footer {
background-color: #eee;
position: fixed;
bottom: 0;
left: 0;
right: 0;
height: 3em;
padding: 1em;
}
</style>
</head>