Files
ecb/templates/about.html
2021-12-31 17:03:22 +01:00

8 lines
285 B
HTML
Executable File

{% extends "layout.html" %}
{% block content %}
<div class="about">
<h1>Zoek je aansluiting</h1>
<p>versie 2021-12-31</p>
<p>Deze site maakt gebruik van de EANcodeboek API van <a href="https://gateway.edsn.nl/eancodeboek">EDSN</a></p>
</div>
{% endblock %}