8 lines
319 B
HTML
Executable File
8 lines
319 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 <a href="https://gateway.edsn.nl/eancodeboek">EANcodeboek API</a> van <a href="https://www.edsn.nl">EDSN</a></p>
|
|
</div>
|
|
{% endblock %} |