Pycloud/app/templates/home.html

10 lines
203 B
HTML

{% extends 'base.html' %}
{% block content %}
<div>
<h1>Hi!</h1>
<p>This site is under development with the original name 'Pycloud'.<br>
It will be a cloud.
</p>
</div>
{% endblock %}