Tagline update.
This commit is contained in:
@@ -63,7 +63,7 @@
|
||||
<div class="container text-center text-muted">
|
||||
<small>
|
||||
<img src="{{ url_for('static', filename='favicon.svg') }}" alt="" height="16" class="me-1" style="vertical-align: text-bottom;">
|
||||
Stegasoo v2.1.3 — Hybrid Photo + Day-Phrase + PIN Steganography
|
||||
Stegasoo v2.1.3 — Steganography using "Reference Photo Hashing + Day-Phrase + PIN/Key".
|
||||
</small>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
@@ -3,10 +3,13 @@
|
||||
{% block title %}Stegasoo - Secure Steganography{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<div class="text-center mb-5">
|
||||
<img src="{{ url_for('static', filename='logo.svg') }}" alt="Stegasoo" height="120" class="mb-3">
|
||||
<h1 class="display-4 fw-bold">Stegasoo</h1>
|
||||
<p class="lead text-muted">Hide encrypted files or messages in images with steganography.</p>
|
||||
|
||||
<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">
|
||||
<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>
|
||||
</div>
|
||||
|
||||
<div class="row g-4 mb-5">
|
||||
|
||||
Reference in New Issue
Block a user