diff options
author | FChannel <> | 2021-07-02 02:05:58 -0700 |
---|---|---|
committer | FChannel <> | 2021-07-02 02:05:58 -0700 |
commit | 97ce6d91545ec10f35d692ccbf60536d83f5debf (patch) | |
tree | da65fbb40a3e936255d6af0b1313743b172bc2d3 /static/index.html | |
parent | a122d62f78e5f1fd66efc28994809d720a2841ab (diff) |
added anchor links for index.html and public instance indexing tweak
Diffstat (limited to 'static/index.html')
-rw-r--r-- | static/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/static/index.html b/static/index.html index 502e527..ab0bea0 100644 --- a/static/index.html +++ b/static/index.html @@ -20,7 +20,7 @@ {{ define "content" }} <div style="text-align: center; max-width: 800px; margin: 0 auto;"> <h1>{{ .Title }}</h1> - <p style="text-align: justify">{{.Message}}</p> + <p style="text-align: justify">{{.MessageHTML}}</p> <div style="margin-top:50px;"> <table align="center" style="text-align: left;"> @@ -30,7 +30,7 @@ {{ range .InstanceIndex }} <tr> - <td>{{ .Id }}</td> + <td><a href="{{ .Id }}">{{ .Id }}</a></td> </tr> {{ end }} </table> |