damus.io

damus.io website
git clone git://jb55.com/damus.io
Log | Files | Refs | README | LICENSE

commit 2539222a0a0054d7e895419f29d53eee8802390f
parent a3b06150ccfe39d4c95d5e8f07e72338bcba29fe
Author: William Casarin <jb55@jb55.com>
Date:   Thu, 29 Jun 2023 11:03:35 -0700

support page

Diffstat:
Asupport/index.html | 27+++++++++++++++++++++++++++
1 file changed, 27 insertions(+), 0 deletions(-)

diff --git a/support/index.html b/support/index.html @@ -0,0 +1,27 @@ +<!DOCTYPE html> +<html lang="en"> + <head> + <meta charset="utf-8"> + <meta name="viewport" content="width=device-width, initial-scale=1"> + + <title>The Damus Log</title> + <link rel="stylesheet" href="log.css?v=28"> + <link rel="stylesheet" href="comments.css?v=5"> + </head> + <body> + <section class="header"> + <span class="logo"> + <img src="/img/damus-nobg.svg"/> + </span> + </section> + <div class="container"> + + <h1>Damus Support & FAQ</h1> + <h2>Posts aren't loading?</h2> + <p>The relays may be overloaded, try adding the recommended relays in your settings if you haven't already. Otherwise you can check out <a href="https://nostr.watch">nostr.watch</a> to add more relays</p> + <h2>Further support</h2> + <p>Send me an email at jb55@jb55.com or DM me on nostr at<br/>npub1xtscya34g58tk0z605fvr788k263gsu6cy9x0mhnm87echrgufzsevkk5s (paste this in search to find me) and I can help you out</p> + + </div> <!-- container --> + </body> +</html>