Upload files to "templates"
This commit is contained in:
@ -9,8 +9,10 @@
|
||||
<!-- Render Infinitei ASCII Art -->
|
||||
<pre class="ascii-art no-background">{{ infinitei }}</pre>
|
||||
|
||||
<!-- Add image below Infinitei -->
|
||||
<img src="{{ url_for('static', filename='threat_hunter.jpeg') }}" alt="Threat Hunter Image" class="ascii-image">
|
||||
<!-- Dynamically Render Random 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>
|
||||
|
||||
|
Reference in New Issue
Block a user