From f9bc305acaaf26bf3c5ef4ae49f7b5a20c9c1dfe Mon Sep 17 00:00:00 2001 From: f0x52 Date: Mon, 21 Jun 2021 19:46:10 +0200 Subject: new styling for frontpage, update login and authorize templates (#46) * new styling for frontpage, update login and authorize templates * run go fmt * add AssetBaseDir to command flag parsing * untested: move landing page to it's own router * go fmt, fix typo * fix package, adapt to proper Route structure --- web/template/index.tmpl | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 web/template/index.tmpl (limited to 'web/template/index.tmpl') diff --git a/web/template/index.tmpl b/web/template/index.tmpl new file mode 100644 index 000000000..8d431b8d3 --- /dev/null +++ b/web/template/index.tmpl @@ -0,0 +1,47 @@ +{{ template "header.tmpl" .}} + +
+ +

Home to 3 users + who posted 42069 statuses, + federating with 9001 other instances.

+ +

This is the default landing page, you can edit it from ./web/template/index.tmpl

+ +
+ +
+

+ GoToSocial does not provide it's own frontend, but implements the Mastodon client API. + You can use this server through a variety of clients: +

+
+
+ +
+

Pinafore

+

Pinafore is a web client designed for speed and simplicity.

+ Use Pinafore +
+
+
+ +
+

Tusky

+

Tusky is a lightweight mobile client for Android

+ Get Tusky +
+
+
+
+{{ template "footer.tmpl" .}} \ No newline at end of file -- cgit v1.3