From 9ff1e0b0b9674ed65b7f4ea5da9f3380fc557542 Mon Sep 17 00:00:00 2001 From: stormycloud Date: Wed, 25 Jun 2025 09:35:06 -0400 Subject: [PATCH] Update templates/index.html --- templates/index.html | 816 +++++++++++++++++++++---------------------- 1 file changed, 408 insertions(+), 408 deletions(-) diff --git a/templates/index.html b/templates/index.html index acf9928..8a1ba75 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,409 +1,409 @@ - - - - - - I2P Secure Share - - - - - - - - -{% if announcement_enabled and announcement_message %} -
- {{ announcement_message }} - -
-{% endif %} - -
-
-
- - StormyCloud Logo - -

I2P Secure Share

-

Anonymously share images and text pastes.

-
- -
- - {% with messages = get_flashed_messages(with_categories=true) %} - {% if messages %} -
- {% for category,message in messages %} - - {% endfor %} -
- {% endif %} - {% endwith %} - - - -
-
-
-

Upload an Image

- -
- - -

Max 10MB; WebP conversion.

-
- -
- - -
- -
- - - -
- -
- - -
-
- - -
- - -
-
- - - - - - - - -
- - - -
-

Features

-
-
-
- -
-

Encrypted at Rest

-

All uploaded files and pastes are fully encrypted on the server, ensuring your data is protected.

-
-
-
- -
-

Anonymous by Design

-

Image metadata (EXIF) is stripped and no unnecessary logs are kept. Built for the I2P network.

-
-
-
- -
-

StormyCloud Infrastructure

-

A fast, reliable, and secure platform dedicated to the privacy of the I2P community.

-
-
-
- - -
-
-
- - - + + + + + + I2P Secure Share + + + + + + + + +{% if announcement_enabled and announcement_message %} +
+ {{ announcement_message }} + +
+{% endif %} + +
+
+
+ + StormyCloud Logo + +

I2P Secure Share

+

Anonymously share images and text pastes.

+
+ +
+ + {% with messages = get_flashed_messages(with_categories=true) %} + {% if messages %} +
+ {% for category,message in messages %} + + {% endfor %} +
+ {% endif %} + {% endwith %} + + + +
+
+
+

Upload an Image

+ +
+ + +

Max 10MB; WebP conversion.

+
+ +
+ + +
+ +
+ + + +
+ +
+ + +
+
+ + +
+ + +
+
+ + + + + + + + +
+ + + +
+

Features

+
+
+
+ +
+

Encrypted at Rest

+

All uploaded files and pastes are fully encrypted on the server, ensuring your data is protected.

+
+
+
+ +
+

Anonymous by Design

+

Image metadata (EXIF) is stripped and no unnecessary logs are kept. Built for the I2P network.

+
+
+
+ +
+

StormyCloud Infrastructure

+

A fast, reliable, and secure platform dedicated to the privacy of the I2P community.

+
+
+
+ + +
+
+
+ + + \ No newline at end of file