first commit

This commit is contained in:
dongho
2024-12-11 02:07:36 +09:00
commit c309cd3f0d
9 changed files with 322 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>{% block title %}My FastAPI App{% endblock %}</title>
</head>
<body>
{% block content %}
{% endblock %}
{# Footer #}
<footer>
<p>&copy; 2024 EKSTRAH Security Application</p>
</footer>
{% block js %}{% endblock %}
</body>
</html>