diff --git a/frontends/web/templates/index.html b/frontends/web/templates/index.html index 0cec6ff..fc49621 100644 --- a/frontends/web/templates/index.html +++ b/frontends/web/templates/index.html @@ -3,65 +3,62 @@ {% block title %}Stegasoo - Secure Steganography{% endblock %} {% block content %} + -
-
+
- -
- Stegasoo -

Stegasoo

-

Hide encrypted data in plain sight.

+ +
+ Stegasoo +
+

Stegasoo

+

Hide encrypted data in plain sight.

- - - {% if channel_configured %} -
-
- Private Channel - {{ channel_fingerprint }} -
-
- {% endif %} - - - - - -
-

- AES-256   - Reference Photo   - DCT/LSB -

- Learn more -
-
+ + {% if channel_configured %} + {{ channel_fingerprint }} + {% endif %} + + + +
{% endblock %}