summary refs log tree commit diff stats
path: root/assets/tmpl/index.html
diff options
context:
space:
mode:
authorBen Morrison <ben@gbmor.dev>2019-05-23 01:07:29 -0400
committerBen Morrison <ben@gbmor.dev>2019-05-23 01:08:03 -0400
commitd15180e9dcd540d5850fa0319a7614620075eaea (patch)
tree174356bb4de82ecc38cc8f3910e7131c852a8c11 /assets/tmpl/index.html
parenta1e9de480a70b9cfa6fa91e03f6f090ffdedc42e (diff)
downloadgetwtxt-d15180e9dcd540d5850fa0319a7614620075eaea.tar.gz
index page layout tweaks
Diffstat (limited to 'assets/tmpl/index.html')
-rw-r--r--assets/tmpl/index.html10
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&amp;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>
/a> 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219