From 2caacecf6a5fdf1a68dee8b66ed794916b105524 Mon Sep 17 00:00:00 2001 From: Evgeny Date: Tue, 8 Sep 2026 12:14:26 +0100 Subject: [PATCH] website: subscription confirmation page (#7472) Co-authored-by: Evgeny @ SimpleX Chat <259188159+evgeny-simplex@users.noreply.github.com> --- website/src/subscribe-confirmed.html | 77 ++++++++++++++++++++++++++++ 1 file changed, 77 insertions(+) create mode 100644 website/src/subscribe-confirmed.html diff --git a/website/src/subscribe-confirmed.html b/website/src/subscribe-confirmed.html new file mode 100644 index 0000000000..d62e54ed0c --- /dev/null +++ b/website/src/subscribe-confirmed.html @@ -0,0 +1,77 @@ +--- +title: "Subscription confirmed - SimpleX Chat" +description: "Your subscription to SimpleX Chat updates is confirmed." +permalink: /subscribe/confirmed/ +templateEngineOverride: njk +--- + + + + + + + {% include "dark-mode.html" %} + + + {{ title }} + + + + + + + + + + + + + + + + + {% include "navbar.html" %} + +
+

Your subscription
is confirmed

+

Thank you. We will send SimpleX Chat updates to this address.

+
+ + {% include "footer.html" %} + + +