Fix logo stuff

This commit is contained in:
Aaron D. Lee
2025-12-30 01:24:47 -05:00
parent a74c0b70ea
commit 1e98a13edf

View File

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