first commit
This commit is contained in:
19
templates/browser_security_random_number.html
Normal file
19
templates/browser_security_random_number.html
Normal 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>© 2024 EKSTRAH Security Application</p>
|
||||
</footer>
|
||||
|
||||
{% block js %}{% endblock %}
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user