dkforest

A forum and chat platform (onion)
git clone https://git.dasho.dev/n0tr1v/dkforest.git
Log | Files | Refs | LICENSE

donate.gohtml (543B)


      1 {{ define "extra-head" }}
      2 {{ end }}
      3 
      4 {{ define "content" }}
      5 
      6 <div class="container">
      7     <p>XMR: <span style="color: #eaac45;">83pJEonAgps6F61RSk6SAmFi4xmq4zVYmaDTk8eFGLE49dm1ZE2bLVaWqumHLRGU8gewV6wGffmhrV3RN35TXy8CK9UhWMa</span></p>
      8     <img src="/public/img/xmr.png" width="240" height="240" alt="" class="img-thumbnail" />
      9     <hr />
     10 
     11     <p>BTC: <span style="color: #eaac45;">bc1qup5rdsrxh5dfh9gxvdzwapdltxkc50wgda8n7t</span></p>
     12     <img src="/public/img/btc.png" width="240" height="240" alt="" class="img-thumbnail" />
     13 </div>
     14 
     15 {{ end }}