Add about.html because Jopi forgot
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user