Updated 31 files via CloudCannon
This commit is contained in:
parent
0d943489cf
commit
40ca7fb56a
31 changed files with 920 additions and 152 deletions
|
|
@ -38,7 +38,7 @@
|
|||
<title>Play Darkweb by 徒 Setto セット | 徒 setto セット</title>
|
||||
<meta name="title" content="Play "Darkweb" by 徒 Setto セット" />
|
||||
<meta name="description" content="A track by 徒 Setto セット named "Darkweb" published on 徒 setto セット" />
|
||||
<meta name="dc.date.modified" scheme="ISO8601" content="2020-10-23T07:07:09+00:00" />
|
||||
<meta name="dc.date.modified" scheme="ISO8601" content="2020-10-31T07:07:07+00:00" />
|
||||
<meta name="robots" content="index" />
|
||||
|
||||
<link rel="canonical" href="https://setto.basspistol.com/darkweb/2-darkweb/" />
|
||||
|
|
@ -62,7 +62,7 @@
|
|||
<meta name="dcterms.Subject" content="A track by 徒 Setto セット named "Darkweb" published on 徒 setto セット" />
|
||||
<meta name="dcterms.Title" content="Play "Darkweb" by 徒 Setto セット" />
|
||||
<meta name="dcterms.Contributor" content="徒 setto セット" />
|
||||
<meta name="dcterms.Date" content="2020-10-23" />
|
||||
<meta name="dcterms.Date" content="2020-10-31" />
|
||||
<meta name="dcterms.Description" content="Listen and to a track by 徒 Setto セット from the release "Darkweb" and support your remote artist!" />
|
||||
|
||||
<!-- Facebook -->
|
||||
|
|
@ -74,7 +74,7 @@
|
|||
<meta property="og:site_name" content="徒 setto セット" />
|
||||
<meta property="og:type" content="music:album:track" />
|
||||
<meta property="og:audio" content="https://media.basspistol.com/setto.basspistol.com/darkweb/2-darkweb.mp3" />
|
||||
<meta property="article:published_time" content="2020-10-23T07:07:09+00:00" />
|
||||
<meta property="article:published_time" content="2020-10-31T07:07:07+00:00" />
|
||||
<meta property="og:image" content="https://media.basspistol.com/setto.basspistol.com/darkweb/2-darkweb.jpeg" />
|
||||
<!-- Twitter Card -->
|
||||
|
||||
|
|
@ -331,7 +331,31 @@ Tu vas aussi kiffer
|
|||
</section>
|
||||
|
||||
|
||||
|
||||
<section class="streambox">
|
||||
<p>I take bitcoin donations!</p>
|
||||
<div class="streamer">
|
||||
<script>if(!window.btcpay){ var head = document.getElementsByTagName('head')[0]; var script = document.createElement('script'); script.src='https://node.alsenet.com:49393/modal/btcpay.js'; script.type = 'text/javascript'; head.append(script);}function onBTCPayFormSubmit(event){ var xhttp = new XMLHttpRequest(); xhttp.onreadystatechange = function() { if (this.readyState == 4 && this.status == 200) { if(this.status == 200 && this.responseText){ var response = JSON.parse(this.responseText); window.btcpay.showInvoice(response.invoiceId); } } }; xhttp.open("POST", event.target.getAttribute('action'), true); xhttp.send(new FormData( event.target ));}</script><style type="text/css"> .btcpay-form { display: inline-flex; align-items: center; justify-content: center; } .btcpay-form--inline { flex-direction: row; } .btcpay-form--block { flex-direction: column; } .btcpay-form--inline .submit { margin-left: 15px; } .btcpay-form--block select { margin-bottom: 10px; } .btcpay-form .btcpay-custom-container{ text-align: center; }.btcpay-custom { display: flex; align-items: center; justify-content: center; } .btcpay-form .plus-minus { cursor:pointer; font-size:25px; line-height: 25px; background: #DFE0E1; height: 30px; width: 45px; border:none; border-radius: 60px; margin: auto 5px; display: inline-flex; justify-content: center; } .btcpay-form select { -moz-appearance: none; -webkit-appearance: none; appearance: none; color: currentColor; background: transparent; border:1px solid transparent; display: block; padding: 1px; margin-left: auto; margin-right: auto; font-size: 11px; cursor: pointer; } .btcpay-form select:hover { border-color: #ccc; } #btcpay-input-price { -moz-appearance: none; -webkit-appearance: none; border: none; box-shadow: none; text-align: center; font-size: 25px; margin: auto; border-radius: 5px; line-height: 35px; background: #fff; } </style>
|
||||
<form method="POST" onsubmit="onBTCPayFormSubmit(event);return false" action="https://node.alsenet.com:49393/api/v1/invoices" class="btcpay-form btcpay-form--block">
|
||||
<input type="hidden" name="storeId" value="FeM9np3QKxAB2PvLj3VeUcm6gV49hDyz8xz4DFceE41k" />
|
||||
<input type="hidden" name="jsonResponse" value="true" />
|
||||
<div class="btcpay-custom-container">
|
||||
<div class="btcpay-custom">
|
||||
<button class="plus-minus" onclick="event.preventDefault(); var price = parseInt(document.querySelector('#btcpay-input-price').value); if ('-' == '-' && (price - 1) < 1) { return; } document.querySelector('#btcpay-input-price').value = parseInt(document.querySelector('#btcpay-input-price').value) - 1;">-</button>
|
||||
<input id="btcpay-input-price" name="price" type="text" min="1" max="100" step="1" value="10" style="width: 3em;" oninput="event.preventDefault();isNaN(event.target.value) || event.target.value <= 0 ? document.querySelector('#btcpay-input-price').value = 10 : event.target.value" />
|
||||
<button class="plus-minus" onclick="event.preventDefault(); var price = parseInt(document.querySelector('#btcpay-input-price').value); if ('+' == '-' && (price - 1) < 1) { return; } document.querySelector('#btcpay-input-price').value = parseInt(document.querySelector('#btcpay-input-price').value) + 1;">+</button>
|
||||
</div>
|
||||
<select name="currency" style="text-align:center">
|
||||
<option value="EUR" selected>EUR</option>
|
||||
<option value="CHF">CHF</option>
|
||||
<option value="USD">USD</option>
|
||||
<option value="GBP">GBP</option>
|
||||
<option value="BTC">BTC</option>
|
||||
</select>
|
||||
</div>
|
||||
<input type="image" class="submit" name="submit" src="https://node.alsenet.com:49393/img/paybutton/pay.svg" style="width:209px;border:none;" alt="Pay with BtcPay, Self-Hosted Bitcoin Payment Processor">
|
||||
</form>
|
||||
</div>
|
||||
</section>
|
||||
<!-- Footer -->
|
||||
<footer>
|
||||
<div class="footframe">
|
||||
|
|
@ -378,7 +402,7 @@ Tu vas aussi kiffer
|
|||
</div>
|
||||
<p>©2020 Basspistol | <a href="../../webcreds/">Credits</a> |
|
||||
<a href="../../cookies/">Cookies & Privacy</a>
|
||||
<br />This page was last updated on Friday, Oct 23, 2020</p>
|
||||
<br />This page was last updated on Saturday, Oct 31, 2020</p>
|
||||
</small>
|
||||
</div>
|
||||
</footer>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue