zonemaster-gui-preact/views/result.html
Gaël Berthaud-Müller 0374cacd75 first commit
2024-02-13 18:53:37 +01:00

6 lines
213 B
HTML

{% layout "base.html" %}
{% block main %}
<script src="{{ 'scripts/result.js' | staticUrl }}" type="module"></script>
<h1>{{ "Result" | tr }}</h1>
<section class="result" id="result-app"></section>
{% endblock %}