7 lines
No EOL
275 B
HTML
7 lines
No EOL
275 B
HTML
{% extends "base.html" %}
|
|
|
|
{% block footer %}
|
|
{% include "footer.html" %}
|
|
<hr>
|
|
<a class="logo" href="https://sourceforge.net/p/simplehtmldom/"><img alt="Download PHP Simple HTML DOM Parser" src="https://sourceforge.net/sflogo.php?type=16&group_id=218559" ></a>
|
|
{% endblock %} |