diff options
Diffstat (limited to 'assets/tmpl/index.html')
-rw-r--r-- | assets/tmpl/index.html | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/assets/tmpl/index.html b/assets/tmpl/index.html index a8f7484..56fdf96 100644 --- a/assets/tmpl/index.html +++ b/assets/tmpl/index.html @@ -15,6 +15,12 @@ <div id="subhead"> twtxt registry </div> + <div id="info"> + Instance Owner:<br /> + <span style="padding-left:1em">{{.Owner}}</span><br /> + Mail:<br /> + <span style="padding-left:1em">{{.Mail}}</span><br /> + </div> <div id="body"> <p>{{.Desc}}</p> <p>API base URL:</p> @@ -52,10 +58,6 @@ foo_barrington https://example3.com/twtxt.txt 2018-11-21T18:31:00.000Z <pre><code>$ curl -X POST '{{.URL}}/api/plain/users?url=https://example3.com/twtxt.txt&nickname=foo_barrington' 200 OK</code></pre> </div> - <div id="info"> - Instance Owner: {{.Owner}}<br /> - Mail: {{.Mail}}<br /> - </div> <div id="foot"> powered by <a href="https://github.com/getwtxt/getwtxt">getwtxt</a> </div> |