From e55cf9025e899196c7d85046a3ed9f462870a7cb Mon Sep 17 00:00:00 2001 From: Yonle Date: Sun, 19 May 2024 22:44:09 +0700 Subject: [PATCH] http page: Add breakline. Signed-off-by: Yonle --- http.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http.js b/http.js index 792836e..e1faa8d 100644 --- a/http.js +++ b/http.js @@ -91,7 +91,7 @@ server.on('request', (req, res) => { "Content-Type": "text/plain" }); res.write("Welcome to Bostr. A nostr relay aggregator for saving mobile data usage when using nostr."); - res.write("This nostr bouncer is bouncing the following relays:\n\n"); + res.write("\nThis nostr bouncer is bouncing the following relays:\n\n"); if (config.relays.length) { config.relays.forEach(_ => {