feat: initial commit

This commit is contained in:
2024-09-08 14:24:40 +02:00
commit 436dbe1393
22 changed files with 3644 additions and 0 deletions

7
templates/app_home.html Normal file
View File

@@ -0,0 +1,7 @@
{% extends "base.html" %}
{% block content %}
<h1><code>pdns-tsig-key-manager</code></h1>
<small><code>v0.0.1</code></small>
{% endblock content %}