From: Christian Weiske Date: Thu, 4 Aug 2016 21:22:22 +0000 (+0200) Subject: index indieauth hint X-Git-Tag: v1.0.0~30 X-Git-Url: https://git.cweiske.de/anoweco.git/commitdiff_plain/8f7b0a38f96f71e43f05d812f03d0c8287163668 index indieauth hint --- 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