Files
SaS/web_dev/sas_web/templates/public/footer.html
T
2017-11-18 20:37:39 +01:00

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>