From e0ca887623682d059c6513a1ce36228d4e8c4f21 Mon Sep 17 00:00:00 2001 From: Arne Rief Date: Fri, 27 Mar 2026 11:29:40 +0100 Subject: Upload to web repo --- templates/welcome.html | 86 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 86 insertions(+) create mode 100644 templates/welcome.html (limited to 'templates/welcome.html') diff --git a/templates/welcome.html b/templates/welcome.html new file mode 100644 index 0000000..86f4ac6 --- /dev/null +++ b/templates/welcome.html @@ -0,0 +1,86 @@ +{% extends "layout.html" %} + +{% block title %} + Welcome +{% endblock %} + +{% block main %} +
+

Welcome to Total Expense!


+

Your personal money saving assistant


+
+ +
+ +
+ +
+
+
+
+

Are you tired of relying on financial experts? You do not know how to finance your big dreams but you want to make a change?

+

Then you have come to the right place: here you can easily keep track of your spending habits and monitor your individual budget.

+

And a special highlight to meet your online shopping needs: we will help you to find the best deals!

+

This way you will never run the risk of spending more than you can afford.

+

Instead, you can build financial funds step by step, coming closer to fulfilling your dreams!

+

So what are you waiting for? Sign up today and create your account! It is totally free!

+
+
+ +
+
    +
  • Create a free account!
  • +
  • Set your personal budget!
  • +
  • Track your every expense!
  • +
  • Review your spending history in detail!
  • +
  • Find the cheapest online deals!
  • +
+
+
+
+{% endblock %} -- cgit v1.2.3