Adrianux.net/templates/homepage.html

9 lines
259 B
HTML
Raw Normal View History

2024-11-15 07:26:13 +00:00
{% extends "base.html" %}
{% block title %}About{% 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>
{% endblock %}