7 lines
157 B
HTML
7 lines
157 B
HTML
{% load static %}
|
|
|
|
<link rel="stylesheet" type="text/css" href="{% static "public/css/footer.css" %}">
|
|
<div id="footer">
|
|
<p>(C) N.H. und C.M.</p>
|
|
</div>
|