16 lines
235 B
HTML
16 lines
235 B
HTML
<!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>
|