diff options
Diffstat (limited to 'internal/web/templates/index.html')
| -rw-r--r-- | internal/web/templates/index.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/internal/web/templates/index.html b/internal/web/templates/index.html index 762ed7b..b99725d 100644 --- a/internal/web/templates/index.html +++ b/internal/web/templates/index.html @@ -90,5 +90,9 @@ <div id="pane">{{.Reading}}</div> </div> + +{{/* AGPL-3.0 §13: the source offer must be visible to anyone using this + server over a network, so it sits on every full page, not just here. */}} +<footer class="licence"><a href="/source">source</a> · AGPL-3.0-or-later</footer> </body> </html> |
