added a lil about page
parent
3e461f9863
commit
da0bba6a98
|
@ -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 %}
|
Loading…
Reference in New Issue