diff options
| author | bndw <ben@bdw.to> | 2026-02-14 10:29:45 -0800 |
|---|---|---|
| committer | bndw <ben@bdw.to> | 2026-02-14 10:33:00 -0800 |
| commit | c9366189bae6e28a85e28450a59cf86a6589b8f7 (patch) | |
| tree | e6bf6fbf009ceca69870a3bccaadbd95c667f9b4 /internal/handler | |
| parent | 702fa6c37b9f74e75404a0ea8e6f9023841143de (diff) | |
Update index page
Diffstat (limited to 'internal/handler')
| -rw-r--r-- | internal/handler/websocket/index.go | 10 |
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 | ||
