13 lines
176 B
HTML
13 lines
176 B
HTML
<!DOCTYPE html>
|
|
|
|
{% load static %}
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" href="{% static "css/about.css" %}">
|
|
</head>
|
|
<body>
|
|
<h1>SIKWEB 2.0</h1>
|
|
{{ TAG }}
|
|
</body>
|
|
</html>
|