Created login and signup forms

This commit is contained in:
2023-12-31 19:03:29 +00:00
parent 2f63b6e89c
commit 03c7fc6918
9 changed files with 228 additions and 97 deletions

View File

@ -9,7 +9,8 @@
</head>
<body>
{% include 'header.html' %}
{% include 'content.html' %}
<div class="container">
{% include content %}
</div>
</body>
</html>