summaryrefslogtreecommitdiffstats
path: root/internal/handler/websocket/index.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/handler/websocket/index.go')
-rw-r--r--internal/handler/websocket/index.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/handler/websocket/index.go b/internal/handler/websocket/index.go
index de86372..f47d849 100644
--- a/internal/handler/websocket/index.go
+++ b/internal/handler/websocket/index.go
@@ -147,7 +147,7 @@ var indexTemplate = template.Must(template.New("index").Parse(`<!DOCTYPE html>
147 147
148<hr> 148<hr>
149 149
150<p><small>This relay runs on open-source software. Decentralized, censorship-resistant, user-owned.</small></p> 150<p><small>This relay is free open-source software.</small></p>
151 151
152</body> 152</body>
153</html>`)) 153</html>`))