Files
security-web/app/templates/browser_security_random_number.html
2024-12-10 17:47:09 +00:00

20 lines
346 B
HTML

<!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>