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