Update templates/homepage.html

This commit is contained in:
ahoemann 2024-11-28 07:09:51 +00:00
parent 59bb34f16c
commit 8116ee1d13

View file

@ -1,8 +1,8 @@
{% extends "base.html" %}
{% block title %}About{% endblock %}
{% block title %}Homepage{% endblock %}
{% block head %}
{{ super() }}
{% endblock %}
{% block content %}
<p>This is Adrian's homepage, checkout this servers list of running services <a href="monitoring">here</a></p>
<p>This is Adrian's homepage, checkout my running services and their <a href="monitoring">here</a></p>
{% endblock %}