Files
web2.0-backend/templates/about.html
T
Aarni Halinen 5b44d2e4c7 Fix favicon
2018-09-10 21:08:37 +03:00

16 lines
306 B
HTML

<!DOCTYPE html>
{% load static %}
<html>
<head>
<link rel="shortcut icon" type="image/x-icon" href="/static/img/favicon.ico"/>
<link rel="stylesheet" href="{% static "css/about.css" %}">
</head>
<body>
<h1>SIKWEB 2.0</h1>
<p>{{ commit }}</p>
<p>{{ date }}</p>
<p>{{ tag }}</p>
</body>
</html>