added a lil about page

master
Kostanjevec 2022-06-23 15:07:17 +02:00
parent 3e461f9863
commit da0bba6a98
1 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,10 @@
{% extends 'base.html' %}
{% block header %}
<head>About</head>
{% endblock %}
{% block content %}
<p>Contentmatcher is a <a href="https://gia.kompot.si/about.php">General Intelligence Agency of Ljubljana</a> prototype.</p>
{% endblock %}