plchweb/base_app/templates/index.html
De Lette cd7691df9e
Delete all.
To create new stuff,
you must first let old stuff go.
2022-10-24 21:34:08 +00:00

11 lines
167 B
HTML

{% extends "layout.html" %}
{% load static %}
{% block content %}
<div class="page">
<h1> Homepage </h1>
<h2> UNDER MAINTENANCE </h2>
</div>
{% endblock %}