summaryrefslogtreecommitdiffstats
path: root/internal/handler
diff options
context:
space:
mode:
Diffstat (limited to 'internal/handler')
-rw-r--r--internal/handler/websocket/index.go10
1 files changed, 1 insertions, 9 deletions
diff --git a/internal/handler/websocket/index.go b/internal/handler/websocket/index.go
index f47d849..8cd1940 100644
--- a/internal/handler/websocket/index.go
+++ b/internal/handler/websocket/index.go
@@ -67,12 +67,6 @@ var indexTemplate = template.Must(template.New("index").Parse(`<!DOCTYPE html>
67 ul { 67 ul {
68 padding-left: 20px; 68 padding-left: 20px;
69 } 69 }
70 .pgp-block {
71 margin: 20px 0;
72 padding: 10px;
73 border: 1px solid #ccc;
74 background: #f5f5f5;
75 }
76 .logo-container { 70 .logo-container {
77 margin: 20px 0 30px 0; 71 margin: 20px 0 30px 0;
78 } 72 }
@@ -92,9 +86,7 @@ var indexTemplate = template.Must(template.New("index").Parse(`<!DOCTYPE html>
92 </svg> 86 </svg>
93</div> 87</div>
94 88
95<h1>Nostr Relay</h1> 89<p>Muxstr is a relay that implements the Nostr protocol with support for multiple transport layers. Connect using gRPC, HTTP/JSON, or standard WebSocket.</p>
96
97<p>This relay implements the Nostr protocol with support for multiple transport layers. Connect using gRPC, HTTP/JSON (Connect), or standard WebSocket.</p>
98 90
99<hr> 91<hr>
100 92