Too Init To Quit

This commit is contained in:
Robin Universe
2021-07-03 18:52:30 -05:00
commit 0fdcda924e
7 changed files with 108 additions and 0 deletions

9
templates/base.html Normal file
View File

@ -0,0 +1,9 @@
<!DOCTYPE html>
<html lang="en">
<head>
{% block head %}{% endblock %}
</head>
<body>
{% block body %}{% endblock %}
</body>
</html>