From 8f7b0a38f96f71e43f05d812f03d0c8287163668 Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Thu, 4 Aug 2016 23:22:22 +0200 Subject: [PATCH] index indieauth hint --- data/templates/index.htm | 13 +++++++++++++ www/css/index.css | 12 ++++++++++++ 2 files changed, 25 insertions(+) create mode 100644 www/css/index.css diff --git a/data/templates/index.htm b/data/templates/index.htm index 865a989..c3d8946 100644 --- a/data/templates/index.htm +++ b/data/templates/index.htm @@ -4,11 +4,24 @@ +

{{title}}

Anonymous web comments for the indieweb.

+ + +

IndieAuth endpoint

+

+ This is an anonymous authentication and authorization + endpoint for the IndieAuth protocol. +

+

+ When asked about your website on an IndieAuth login screen, + simply type: +

+
{{baseurl}}
diff --git a/www/css/index.css b/www/css/index.css new file mode 100644 index 0000000..0121164 --- /dev/null +++ b/www/css/index.css @@ -0,0 +1,12 @@ +body { + max-width: 60ex; + margin-left: auto; + margin-right: auto; + background-color: #EEE; +} + +pre { + background-color: #DDD; + padding: 2ex; + border-radius: 1ex; +} \ No newline at end of file -- 2.30.2