From 7470e1f7ad514227d7141b8e17ef80edb26ea321 Mon Sep 17 00:00:00 2001 From: shockrahwow Date: Wed, 13 Nov 2019 18:48:38 -0800 Subject: [PATCH] index/login templates for web responsess --- server/templates/index.tera | 85 +++++++++++++++++++++++++++++++++++++ server/templates/login.tera | 0 2 files changed, 85 insertions(+) create mode 100644 server/templates/index.tera create mode 100644 server/templates/login.tera diff --git a/server/templates/index.tera b/server/templates/index.tera new file mode 100644 index 0000000..75cd8df --- /dev/null +++ b/server/templates/index.tera @@ -0,0 +1,85 @@ + + + + + + + + {{og_title}} + + + + + + + + + + + + + + + + + + + +
+
+

{{brand_url}}

+

{{brand_motto}}

+

+ {{brand_quip}} +

+
+
+ +
+
+

A chat platform that respects your privacy and freedom

+
+
+

How much?

+

Nothing. It's free to run your own instance

+
+
+

Is it hard to setup?

+

Not at all, you can easily spin up an instance using the guide here.

+
+
+
+
+ + + + + \ No newline at end of file diff --git a/server/templates/login.tera b/server/templates/login.tera new file mode 100644 index 0000000..e69de29