From 78400d587ea5367d3424333913ff4f94ca3f1908 Mon Sep 17 00:00:00 2001 From: James Barnett Date: Fri, 10 Apr 2020 13:34:23 +0100 Subject: Reimplement in Kotlin --- src/main/resources/templates/landing.ftlh | 58 +++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 src/main/resources/templates/landing.ftlh (limited to 'src/main/resources/templates/landing.ftlh') diff --git a/src/main/resources/templates/landing.ftlh b/src/main/resources/templates/landing.ftlh new file mode 100644 index 0000000..4e99c17 --- /dev/null +++ b/src/main/resources/templates/landing.ftlh @@ -0,0 +1,58 @@ +<#include 'lib.ftlh'> + +<@wrapper title="Reddit-lite"> +
+ reddit-lite + +
+
+

+ A lightweight, minimal, readonly Reddit client, designed for mobile devices or slow connections. Source is available on GitHub. +

+
+ Navigate to /r/<subreddit> or try some of the examples below: + +
+

You can also paste any Reddit link (post or comment) here to view the corresponding page in this client

+ + +
+ + + + \ No newline at end of file -- cgit v1.2.3