[cut] footer, since it serves no needed value

This commit is contained in:
ElevenNotes
2025-02-21 06:44:24 +01:00
parent 1ba6193786
commit c5bbc99c24
2 changed files with 0 additions and 17 deletions

View File

@@ -1,5 +0,0 @@
{
"readme": "true",
"release": "false",
"run-name": "docker"
}

View File

@@ -36,18 +36,6 @@
{% endif %}
</div>
<footer class="footer">
<div class="content has-text-centered">
<p>
<strong>py-kms</strong> is online since <span class="convert_timestamp">{{ start_time }}</span>.
This instance was accessed {{ get_serve_count() }} times. View this softwares license <a href="/license">here</a>.
{% if version_info %}
<br>This instance is running version "{{ version_info['hash'] }}" from branch "{{ version_info['branch'] }}" of py-kms.
{% endif %}
</p>
</div>
</footer>
<script>
for(let element of document.getElementsByClassName('convert_timestamp')) {
element.innerText = new Date(element.innerText).toLocaleString();