Add about.html because Jopi forgot

This commit is contained in:
Jan Tuomi
2017-05-24 20:08:18 +03:00
parent 7f694e5257
commit 128342c678
2 changed files with 16 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
<!DOCTYPE html>
{% load static %}
<html>
<head>
<link rel="stylesheet" href="{% static "css/base.css" %}">
</head>
<body>
<h1>SIKWEB 2.0</h1>
<h2>Git revision</h2>
{{ REVISION }}
<h2>Git tag</h2>
{{ TAG }}
</body>
</html>