update
This commit is contained in:
@@ -6,6 +6,10 @@
|
||||
<link href="https://cdn.jsdelivr.net/npm/flowbite@2.5.2/dist/flowbite.min.css" rel="stylesheet" />
|
||||
<script src="https://cdn.jsdelivr.net/npm/flowbite@2.5.2/dist/flowbite.min.js"></script>
|
||||
<script src="https://webgl2fundamentals.org/webgl/resources/webgl-utils.js"></script>
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="{{ url_for('static', path='favicon_io/apple-touch-icon.png') }}">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="{{ url_for('static', path='favicon_io/favicon-32x32.png') }}">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="{{ url_for('static', path='favicon_io/favicon-16x16.png') }}">
|
||||
<link rel="manifest" href="{{ url_for('static', path='favicon_io/site.webmanifest') }}">
|
||||
<title>{% block title %}My FastAPI App{% endblock %}</title>
|
||||
{% block css %}
|
||||
{% endblock %}
|
||||
@@ -49,6 +53,7 @@
|
||||
<p>© 2025 EKSTRAH Security Application</p>
|
||||
</footer>
|
||||
|
||||
<script src="{{ url_for('static', path='js/favicon_animator.js') }}"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user