Upload files to "templates"

This commit is contained in:
2024-11-28 11:41:44 -05:00
parent 5f93c22fcc
commit 8214cfc654

View File

@ -9,8 +9,10 @@
<!-- Render Infinitei ASCII Art --> <!-- Render Infinitei ASCII Art -->
<pre class="ascii-art no-background">{{ infinitei }}</pre> <pre class="ascii-art no-background">{{ infinitei }}</pre>
<!-- Add image below Infinitei --> <!-- Dynamically Render Random Image -->
<img src="{{ url_for('static', filename='threat_hunter.jpeg') }}" alt="Threat Hunter Image" class="ascii-image"> {% if selected_image %}
<img src="{{ url_for('static', filename=selected_image) }}" alt="Cover Image" class="ascii-image">
{% endif %}
<h1>Welcome to Your Cybersecurity Tool</h1> <h1>Welcome to Your Cybersecurity Tool</h1>