index.html (989B)
1 <!DOCTYPE html> 2 <html lang="en"> 3 <head> 4 <meta charset="utf-8"> 5 <meta name="viewport" content="width=device-width, initial-scale=1"> 6 7 <title>The Damus Log</title> 8 <link rel="stylesheet" href="log.css?v=28"> 9 <link rel="stylesheet" href="comments.css?v=5"> 10 </head> 11 <body> 12 <section class="header"> 13 <span class="logo"> 14 <img src="/img/damus-nobg.svg"/> 15 </span> 16 </section> 17 <div class="container"> 18 19 <h1>Damus Support & FAQ</h1> 20 <h2>Posts aren't loading?</h2> 21 <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> 22 <h2>Further support</h2> 23 <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> 24 25 </div> <!-- container --> 26 </body> 27 </html>