Back to prior logo.

This commit is contained in:
Aaron D. Lee
2025-12-30 00:52:32 -05:00
parent aa9729b3b1
commit cf55acaf5a

View File

@@ -6,7 +6,7 @@
<div class="row mb-4">
<div class="col-12 text-center">
<img src="{{ url_for('static', filename='logo_home.png') }}" alt="Stegasoo" height="120px" class="img-fluid mb-3">
<img src="{{ url_for('static', filename='logo.svg') }}" alt="Stegasoo" height="120px" class="img-fluid mb-3">
<h1 class="display-4 fw-bold mb-2">Stegasoo</h1>
<p class="lead text-muted">Hide encrypted files or messages in images with steganography.</p>
</div>