add binaries

This commit is contained in:
2026-03-11 20:22:30 +01:00
parent edc7510d8d
commit d1f70e6a12
25 changed files with 1289 additions and 0 deletions

View File

@ -0,0 +1,11 @@
{% extends "layout.html" %}
{% block content %}
{% if status %}
<h2>About</h2>
{{ status }}
{% else %}
<h2> Sorry, no status information.</h2>
{% endif %}
{% endblock %}