index.html (2187B)
1 2 <!DOCTYPE html> 3 <html lang="en"> 4 <head> 5 <meta charset="utf-8"> 6 <title>damus</title> 7 <meta name="viewport" content="width=device-width, initial-scale=1"> 8 9 <meta property="og:title" content="Damus"> 10 <meta property="og:description" content="A new social network that you control"> 11 <meta property="og:image" content="https://damus.io/img/damus.png"> 12 <meta property="og:url" content="https://damus.io"> 13 <meta name="twitter:card" content="summary_large_image"> 14 15 <link rel="stylesheet" href="/css/normalize.css"> 16 <link rel="stylesheet" href="/css/skeleton.css?v=3"> 17 <link rel="stylesheet" href="/css/custom.css?v=4"> 18 19 </head> 20 <body> 21 <section class="header"> 22 <span class="logo"> 23 <img src="/img/damus-nobg.svg"/> 24 </span> 25 <span class="damus">damus</span> 26 </section> 27 <div class="container"> 28 <section class="hero"> 29 <h2>Damus Android crowdfund</h2> 30 <h5 class="subtitle">If ya'll help crowdfund me an android phone I can start working on an android version</h5> 31 32 <!-- <div class="row"> --> 33 <!-- <h4 class="subtitle">Developers First</h4> --> 34 <!-- <img class="code-example" src="img/code-placeholder.svg"> --> 35 <!-- </div> --> 36 </section> 37 38 <h4>Donations</h4> 39 40 <p>This is a bolt12 offer, you can pay this with a CLN node. Otherwise press the button to get a bolt11 invoice.</p> 41 <a id="bolt12" href="lightning:lno1pgt5gctdw4ejqstwv3ex76tyyp3hymmhv3n82mnyzsyxgctdw4eju6t0rcs08sggen2ndwzjdpqlpfw9sgfth8n9sjs7kjfssrnurnp5lqk66ug"> 42 <div id="qrcode" class="tipjar-copy" style="float: left; width: 256px; cursor: pointer" ></div> 43 </a> 44 45 <button style="margin-left: 20px; height: 50px" onclick="click_make_invoice(this)">Request bolt11 invoice</button> 46 47 <div id="tipjar-summary" style="clear: left; width: 100%; margin-bottom: 30px;"> 48 Loading donations... 49 </div> 50 51 </body> 52 53 <script src="/js/qrcode.min.js" > </script> 54 <script src="/js/lnsocket.js?v=10" > </script> 55 <script src="/js/tipjar.js?v=23" ></script> 56 </html>