add contact form (no link yet)

This commit is contained in:
Meewan
2024-08-16 16:26:31 +02:00
parent 6b2e607240
commit de1d7580a5
2 changed files with 31 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
{% extends "/meta/master.html" %}
{% block main %}
<embed class="contact-form-embed" type="text/html" src="/dyn/contact" frameborder="0">
</embed>
{% endblock %}