Updated 37 files via CloudCannon
This commit is contained in:
parent
f5ee7b9606
commit
d5cea5a7ee
|
@ -290,7 +290,7 @@ Open your mind, open the source!</p>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<section class="streambox" id="support">
|
<section class="streambox">
|
||||||
<h2>I take bitcoin donations!</h2>
|
<h2>I take bitcoin donations!</h2>
|
||||||
<div class="streamer" style="margin-top:0;">
|
<div class="streamer" style="margin-top:0;">
|
||||||
<!-- BTC Pay -->
|
<!-- BTC Pay -->
|
||||||
|
@ -317,8 +317,14 @@ Open your mind, open the source!</p>
|
||||||
<input type="image" class="submit" name="submit" src="https://node1.terminalb.tc:49393/img/paybutton/pay.svg" style="width:209px;border:none;" alt="Pay with BtcPay, Self-Hosted Bitcoin Payment Processor">
|
<input type="image" class="submit" name="submit" src="https://node1.terminalb.tc:49393/img/paybutton/pay.svg" style="width:209px;border:none;" alt="Pay with BtcPay, Self-Hosted Bitcoin Payment Processor">
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
</section>
|
||||||
|
<section class="streambox">
|
||||||
<h2>Subscribe to my mailing list</h2>
|
<h2>Subscribe to my mailing list</h2>
|
||||||
|
<div class="streamer" style="margin-top:0;">
|
||||||
<script type="text/javascript" src="//pr.basspistol.com/form/generate.js?id=7"></script>
|
<script type="text/javascript" src="//pr.basspistol.com/form/generate.js?id=7"></script>
|
||||||
|
</div>
|
||||||
</section>
|
</section>
|
||||||
<!-- Footer -->
|
<!-- Footer -->
|
||||||
<footer>
|
<footer>
|
||||||
|
|
|
@ -210,7 +210,7 @@
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section class="streambox" id="support">
|
<section class="streambox">
|
||||||
<h2>I take bitcoin donations!</h2>
|
<h2>I take bitcoin donations!</h2>
|
||||||
<div class="streamer" style="margin-top:0;">
|
<div class="streamer" style="margin-top:0;">
|
||||||
<!-- BTC Pay -->
|
<!-- BTC Pay -->
|
||||||
|
@ -237,8 +237,14 @@
|
||||||
<input type="image" class="submit" name="submit" src="https://node1.terminalb.tc:49393/img/paybutton/pay.svg" style="width:209px;border:none;" alt="Pay with BtcPay, Self-Hosted Bitcoin Payment Processor">
|
<input type="image" class="submit" name="submit" src="https://node1.terminalb.tc:49393/img/paybutton/pay.svg" style="width:209px;border:none;" alt="Pay with BtcPay, Self-Hosted Bitcoin Payment Processor">
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
</section>
|
||||||
|
<section class="streambox">
|
||||||
<h2>Subscribe to my mailing list</h2>
|
<h2>Subscribe to my mailing list</h2>
|
||||||
|
<div class="streamer" style="margin-top:0;">
|
||||||
<script type="text/javascript" src="//pr.basspistol.com/form/generate.js?id=7"></script>
|
<script type="text/javascript" src="//pr.basspistol.com/form/generate.js?id=7"></script>
|
||||||
|
</div>
|
||||||
</section>
|
</section>
|
||||||
<!-- Footer -->
|
<!-- Footer -->
|
||||||
<footer>
|
<footer>
|
||||||
|
|
|
@ -109,7 +109,7 @@ body { height: 100vh; width: 100%; font-family: "Terminus", "Poppins", "Arial",
|
||||||
|
|
||||||
.hero .splash .splash-logo { padding: 0; margin: 0; }
|
.hero .splash .splash-logo { padding: 0; margin: 0; }
|
||||||
|
|
||||||
@media only screen and (max-width: 759px) { .hero .splash { text-align: center; } .hero .splash div { min-width: 100%; padding: 20px 0; } .hero .splash .splash-logo { padding: 20px 0; } }
|
@media only screen and (max-width: 759px) { .hero .splash { text-align: center; } .hero .splash div { padding: 20px 0; } .hero .splash .splash-logo { padding: 20px 0; } }
|
||||||
|
|
||||||
@media only screen and (max-width: 480px) { .hero .splash .description h1 { font-size: 1.1em; } .hero .splash .description > ul .button { width: 75px; height: 75px; line-height: 75px; font-size: 55px; } }
|
@media only screen and (max-width: 480px) { .hero .splash .description h1 { font-size: 1.1em; } .hero .splash .description > ul .button { width: 75px; height: 75px; line-height: 75px; font-size: 55px; } }
|
||||||
|
|
||||||
|
@ -175,7 +175,7 @@ footer .footframe small .label { display: none; }
|
||||||
|
|
||||||
.releases .container img { width: 100%; height: 100%; object-fit: cover; border-radius: 5px; }
|
.releases .container img { width: 100%; height: 100%; object-fit: cover; border-radius: 5px; }
|
||||||
|
|
||||||
.streambox { text-align: center; line-height: 2em; padding: 0; }
|
.streambox { text-align: center; line-height: 1em; padding: 0; padding-top: 80px; }
|
||||||
|
|
||||||
.streamer { max-width: var(--max-width); margin: 80px auto; padding: 0 40px; text-align: center; display: flex; flex-wrap: wrap; justify-content: space-around; }
|
.streamer { max-width: var(--max-width); margin: 80px auto; padding: 0 40px; text-align: center; display: flex; flex-wrap: wrap; justify-content: space-around; }
|
||||||
|
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -109,7 +109,7 @@ body { height: 100vh; width: 100%; font-family: "Terminus", "Poppins", "Arial",
|
||||||
|
|
||||||
.hero .splash .splash-logo { padding: 0; margin: 0; }
|
.hero .splash .splash-logo { padding: 0; margin: 0; }
|
||||||
|
|
||||||
@media only screen and (max-width: 759px) { .hero .splash { text-align: center; } .hero .splash div { min-width: 100%; padding: 20px 0; } .hero .splash .splash-logo { padding: 20px 0; } }
|
@media only screen and (max-width: 759px) { .hero .splash { text-align: center; } .hero .splash div { padding: 20px 0; } .hero .splash .splash-logo { padding: 20px 0; } }
|
||||||
|
|
||||||
@media only screen and (max-width: 480px) { .hero .splash .description h1 { font-size: 1.1em; } .hero .splash .description > ul .button { width: 75px; height: 75px; line-height: 75px; font-size: 55px; } }
|
@media only screen and (max-width: 480px) { .hero .splash .description h1 { font-size: 1.1em; } .hero .splash .description > ul .button { width: 75px; height: 75px; line-height: 75px; font-size: 55px; } }
|
||||||
|
|
||||||
|
@ -175,7 +175,7 @@ footer .footframe small .label { display: none; }
|
||||||
|
|
||||||
.releases .container img { width: 100%; height: 100%; object-fit: cover; border-radius: 5px; }
|
.releases .container img { width: 100%; height: 100%; object-fit: cover; border-radius: 5px; }
|
||||||
|
|
||||||
.streambox { text-align: center; line-height: 2em; padding: 0; }
|
.streambox { text-align: center; line-height: 1em; padding: 0; padding-top: 80px; }
|
||||||
|
|
||||||
.streamer { max-width: var(--max-width); margin: 80px auto; padding: 0 40px; text-align: center; display: flex; flex-wrap: wrap; justify-content: space-around; }
|
.streamer { max-width: var(--max-width); margin: 80px auto; padding: 0 40px; text-align: center; display: flex; flex-wrap: wrap; justify-content: space-around; }
|
||||||
|
|
||||||
|
|
File diff suppressed because one or more lines are too long
2
atom.xml
2
atom.xml
|
@ -4,7 +4,7 @@
|
||||||
<subtitle>Set, Party, Gang! #Cybersoul.</subtitle>
|
<subtitle>Set, Party, Gang! #Cybersoul.</subtitle>
|
||||||
<link type="application/atom+xml" href="https://setto.basspistol.com/atom.xml" rel="self"/>
|
<link type="application/atom+xml" href="https://setto.basspistol.com/atom.xml" rel="self"/>
|
||||||
<link type="text/html" href="https://setto.basspistol.com/" rel="alternate"/>
|
<link type="text/html" href="https://setto.basspistol.com/" rel="alternate"/>
|
||||||
<updated>2021-05-05T05:20:06+02:00</updated>
|
<updated>2021-05-05T10:25:18+02:00</updated>
|
||||||
<id>https://setto.basspistol.com/atom.xml</id>
|
<id>https://setto.basspistol.com/atom.xml</id>
|
||||||
<author>
|
<author>
|
||||||
<name>Basspistol</name>
|
<name>Basspistol</name>
|
||||||
|
|
|
@ -199,7 +199,7 @@
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section class="streambox" id="support">
|
<section class="streambox">
|
||||||
<h2>I take bitcoin donations!</h2>
|
<h2>I take bitcoin donations!</h2>
|
||||||
<div class="streamer" style="margin-top:0;">
|
<div class="streamer" style="margin-top:0;">
|
||||||
<!-- BTC Pay -->
|
<!-- BTC Pay -->
|
||||||
|
@ -226,8 +226,14 @@
|
||||||
<input type="image" class="submit" name="submit" src="https://node1.terminalb.tc:49393/img/paybutton/pay.svg" style="width:209px;border:none;" alt="Pay with BtcPay, Self-Hosted Bitcoin Payment Processor">
|
<input type="image" class="submit" name="submit" src="https://node1.terminalb.tc:49393/img/paybutton/pay.svg" style="width:209px;border:none;" alt="Pay with BtcPay, Self-Hosted Bitcoin Payment Processor">
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
</section>
|
||||||
|
<section class="streambox">
|
||||||
<h2>Subscribe to my mailing list</h2>
|
<h2>Subscribe to my mailing list</h2>
|
||||||
|
<div class="streamer" style="margin-top:0;">
|
||||||
<script type="text/javascript" src="//pr.basspistol.com/form/generate.js?id=7"></script>
|
<script type="text/javascript" src="//pr.basspistol.com/form/generate.js?id=7"></script>
|
||||||
|
</div>
|
||||||
</section>
|
</section>
|
||||||
<!-- Footer -->
|
<!-- Footer -->
|
||||||
<footer>
|
<footer>
|
||||||
|
|
|
@ -360,7 +360,7 @@
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section class="streambox" id="support">
|
<section class="streambox">
|
||||||
<h2>I take bitcoin donations!</h2>
|
<h2>I take bitcoin donations!</h2>
|
||||||
<div class="streamer" style="margin-top:0;">
|
<div class="streamer" style="margin-top:0;">
|
||||||
<!-- BTC Pay -->
|
<!-- BTC Pay -->
|
||||||
|
@ -387,8 +387,14 @@
|
||||||
<input type="image" class="submit" name="submit" src="https://node1.terminalb.tc:49393/img/paybutton/pay.svg" style="width:209px;border:none;" alt="Pay with BtcPay, Self-Hosted Bitcoin Payment Processor">
|
<input type="image" class="submit" name="submit" src="https://node1.terminalb.tc:49393/img/paybutton/pay.svg" style="width:209px;border:none;" alt="Pay with BtcPay, Self-Hosted Bitcoin Payment Processor">
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
</section>
|
||||||
|
<section class="streambox">
|
||||||
<h2>Subscribe to my mailing list</h2>
|
<h2>Subscribe to my mailing list</h2>
|
||||||
|
<div class="streamer" style="margin-top:0;">
|
||||||
<script type="text/javascript" src="//pr.basspistol.com/form/generate.js?id=7"></script>
|
<script type="text/javascript" src="//pr.basspistol.com/form/generate.js?id=7"></script>
|
||||||
|
</div>
|
||||||
</section>
|
</section>
|
||||||
<!-- Footer -->
|
<!-- Footer -->
|
||||||
<footer>
|
<footer>
|
||||||
|
|
|
@ -288,7 +288,7 @@
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
||||||
<section class="streambox" id="support">
|
<section class="streambox">
|
||||||
<h2>I take bitcoin donations!</h2>
|
<h2>I take bitcoin donations!</h2>
|
||||||
<div class="streamer" style="margin-top:0;">
|
<div class="streamer" style="margin-top:0;">
|
||||||
<!-- BTC Pay -->
|
<!-- BTC Pay -->
|
||||||
|
@ -315,8 +315,14 @@
|
||||||
<input type="image" class="submit" name="submit" src="https://node1.terminalb.tc:49393/img/paybutton/pay.svg" style="width:209px;border:none;" alt="Pay with BtcPay, Self-Hosted Bitcoin Payment Processor">
|
<input type="image" class="submit" name="submit" src="https://node1.terminalb.tc:49393/img/paybutton/pay.svg" style="width:209px;border:none;" alt="Pay with BtcPay, Self-Hosted Bitcoin Payment Processor">
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
</section>
|
||||||
|
<section class="streambox">
|
||||||
<h2>Subscribe to my mailing list</h2>
|
<h2>Subscribe to my mailing list</h2>
|
||||||
|
<div class="streamer" style="margin-top:0;">
|
||||||
<script type="text/javascript" src="//pr.basspistol.com/form/generate.js?id=7"></script>
|
<script type="text/javascript" src="//pr.basspistol.com/form/generate.js?id=7"></script>
|
||||||
|
</div>
|
||||||
</section>
|
</section>
|
||||||
<!-- Footer -->
|
<!-- Footer -->
|
||||||
<footer>
|
<footer>
|
||||||
|
|
|
@ -327,7 +327,7 @@ A marvelous invention!
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
||||||
<section class="streambox" id="support">
|
<section class="streambox">
|
||||||
<h2>I take bitcoin donations!</h2>
|
<h2>I take bitcoin donations!</h2>
|
||||||
<div class="streamer" style="margin-top:0;">
|
<div class="streamer" style="margin-top:0;">
|
||||||
<!-- BTC Pay -->
|
<!-- BTC Pay -->
|
||||||
|
@ -354,8 +354,14 @@ A marvelous invention!
|
||||||
<input type="image" class="submit" name="submit" src="https://node1.terminalb.tc:49393/img/paybutton/pay.svg" style="width:209px;border:none;" alt="Pay with BtcPay, Self-Hosted Bitcoin Payment Processor">
|
<input type="image" class="submit" name="submit" src="https://node1.terminalb.tc:49393/img/paybutton/pay.svg" style="width:209px;border:none;" alt="Pay with BtcPay, Self-Hosted Bitcoin Payment Processor">
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
</section>
|
||||||
|
<section class="streambox">
|
||||||
<h2>Subscribe to my mailing list</h2>
|
<h2>Subscribe to my mailing list</h2>
|
||||||
|
<div class="streamer" style="margin-top:0;">
|
||||||
<script type="text/javascript" src="//pr.basspistol.com/form/generate.js?id=7"></script>
|
<script type="text/javascript" src="//pr.basspistol.com/form/generate.js?id=7"></script>
|
||||||
|
</div>
|
||||||
</section>
|
</section>
|
||||||
<!-- Footer -->
|
<!-- Footer -->
|
||||||
<footer>
|
<footer>
|
||||||
|
|
|
@ -341,7 +341,7 @@ Je yeuxt vers l'avant de temps en temps.
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
||||||
<section class="streambox" id="support">
|
<section class="streambox">
|
||||||
<h2>I take bitcoin donations!</h2>
|
<h2>I take bitcoin donations!</h2>
|
||||||
<div class="streamer" style="margin-top:0;">
|
<div class="streamer" style="margin-top:0;">
|
||||||
<!-- BTC Pay -->
|
<!-- BTC Pay -->
|
||||||
|
@ -368,8 +368,14 @@ Je yeuxt vers l'avant de temps en temps.
|
||||||
<input type="image" class="submit" name="submit" src="https://node1.terminalb.tc:49393/img/paybutton/pay.svg" style="width:209px;border:none;" alt="Pay with BtcPay, Self-Hosted Bitcoin Payment Processor">
|
<input type="image" class="submit" name="submit" src="https://node1.terminalb.tc:49393/img/paybutton/pay.svg" style="width:209px;border:none;" alt="Pay with BtcPay, Self-Hosted Bitcoin Payment Processor">
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
</section>
|
||||||
|
<section class="streambox">
|
||||||
<h2>Subscribe to my mailing list</h2>
|
<h2>Subscribe to my mailing list</h2>
|
||||||
|
<div class="streamer" style="margin-top:0;">
|
||||||
<script type="text/javascript" src="//pr.basspistol.com/form/generate.js?id=7"></script>
|
<script type="text/javascript" src="//pr.basspistol.com/form/generate.js?id=7"></script>
|
||||||
|
</div>
|
||||||
</section>
|
</section>
|
||||||
<!-- Footer -->
|
<!-- Footer -->
|
||||||
<footer>
|
<footer>
|
||||||
|
|
|
@ -371,7 +371,7 @@ Tu vas aussi kiffer
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
||||||
<section class="streambox" id="support">
|
<section class="streambox">
|
||||||
<h2>I take bitcoin donations!</h2>
|
<h2>I take bitcoin donations!</h2>
|
||||||
<div class="streamer" style="margin-top:0;">
|
<div class="streamer" style="margin-top:0;">
|
||||||
<!-- BTC Pay -->
|
<!-- BTC Pay -->
|
||||||
|
@ -398,8 +398,14 @@ Tu vas aussi kiffer
|
||||||
<input type="image" class="submit" name="submit" src="https://node1.terminalb.tc:49393/img/paybutton/pay.svg" style="width:209px;border:none;" alt="Pay with BtcPay, Self-Hosted Bitcoin Payment Processor">
|
<input type="image" class="submit" name="submit" src="https://node1.terminalb.tc:49393/img/paybutton/pay.svg" style="width:209px;border:none;" alt="Pay with BtcPay, Self-Hosted Bitcoin Payment Processor">
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
</section>
|
||||||
|
<section class="streambox">
|
||||||
<h2>Subscribe to my mailing list</h2>
|
<h2>Subscribe to my mailing list</h2>
|
||||||
|
<div class="streamer" style="margin-top:0;">
|
||||||
<script type="text/javascript" src="//pr.basspistol.com/form/generate.js?id=7"></script>
|
<script type="text/javascript" src="//pr.basspistol.com/form/generate.js?id=7"></script>
|
||||||
|
</div>
|
||||||
</section>
|
</section>
|
||||||
<!-- Footer -->
|
<!-- Footer -->
|
||||||
<footer>
|
<footer>
|
||||||
|
|
|
@ -301,7 +301,7 @@
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
||||||
<section class="streambox" id="support">
|
<section class="streambox">
|
||||||
<h2>I take bitcoin donations!</h2>
|
<h2>I take bitcoin donations!</h2>
|
||||||
<div class="streamer" style="margin-top:0;">
|
<div class="streamer" style="margin-top:0;">
|
||||||
<!-- BTC Pay -->
|
<!-- BTC Pay -->
|
||||||
|
@ -328,8 +328,14 @@
|
||||||
<input type="image" class="submit" name="submit" src="https://node1.terminalb.tc:49393/img/paybutton/pay.svg" style="width:209px;border:none;" alt="Pay with BtcPay, Self-Hosted Bitcoin Payment Processor">
|
<input type="image" class="submit" name="submit" src="https://node1.terminalb.tc:49393/img/paybutton/pay.svg" style="width:209px;border:none;" alt="Pay with BtcPay, Self-Hosted Bitcoin Payment Processor">
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
</section>
|
||||||
|
<section class="streambox">
|
||||||
<h2>Subscribe to my mailing list</h2>
|
<h2>Subscribe to my mailing list</h2>
|
||||||
|
<div class="streamer" style="margin-top:0;">
|
||||||
<script type="text/javascript" src="//pr.basspistol.com/form/generate.js?id=7"></script>
|
<script type="text/javascript" src="//pr.basspistol.com/form/generate.js?id=7"></script>
|
||||||
|
</div>
|
||||||
</section>
|
</section>
|
||||||
<!-- Footer -->
|
<!-- Footer -->
|
||||||
<footer>
|
<footer>
|
||||||
|
|
|
@ -301,7 +301,7 @@
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
||||||
<section class="streambox" id="support">
|
<section class="streambox">
|
||||||
<h2>I take bitcoin donations!</h2>
|
<h2>I take bitcoin donations!</h2>
|
||||||
<div class="streamer" style="margin-top:0;">
|
<div class="streamer" style="margin-top:0;">
|
||||||
<!-- BTC Pay -->
|
<!-- BTC Pay -->
|
||||||
|
@ -328,8 +328,14 @@
|
||||||
<input type="image" class="submit" name="submit" src="https://node1.terminalb.tc:49393/img/paybutton/pay.svg" style="width:209px;border:none;" alt="Pay with BtcPay, Self-Hosted Bitcoin Payment Processor">
|
<input type="image" class="submit" name="submit" src="https://node1.terminalb.tc:49393/img/paybutton/pay.svg" style="width:209px;border:none;" alt="Pay with BtcPay, Self-Hosted Bitcoin Payment Processor">
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
</section>
|
||||||
|
<section class="streambox">
|
||||||
<h2>Subscribe to my mailing list</h2>
|
<h2>Subscribe to my mailing list</h2>
|
||||||
|
<div class="streamer" style="margin-top:0;">
|
||||||
<script type="text/javascript" src="//pr.basspistol.com/form/generate.js?id=7"></script>
|
<script type="text/javascript" src="//pr.basspistol.com/form/generate.js?id=7"></script>
|
||||||
|
</div>
|
||||||
</section>
|
</section>
|
||||||
<!-- Footer -->
|
<!-- Footer -->
|
||||||
<footer>
|
<footer>
|
||||||
|
|
|
@ -746,7 +746,7 @@ Tu vas aussi kiffer
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<section class="streambox" id="support">
|
<section class="streambox">
|
||||||
<h2>I take bitcoin donations!</h2>
|
<h2>I take bitcoin donations!</h2>
|
||||||
<div class="streamer" style="margin-top:0;">
|
<div class="streamer" style="margin-top:0;">
|
||||||
<!-- BTC Pay -->
|
<!-- BTC Pay -->
|
||||||
|
@ -773,8 +773,14 @@ Tu vas aussi kiffer
|
||||||
<input type="image" class="submit" name="submit" src="https://node1.terminalb.tc:49393/img/paybutton/pay.svg" style="width:209px;border:none;" alt="Pay with BtcPay, Self-Hosted Bitcoin Payment Processor">
|
<input type="image" class="submit" name="submit" src="https://node1.terminalb.tc:49393/img/paybutton/pay.svg" style="width:209px;border:none;" alt="Pay with BtcPay, Self-Hosted Bitcoin Payment Processor">
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
</section>
|
||||||
|
<section class="streambox">
|
||||||
<h2>Subscribe to my mailing list</h2>
|
<h2>Subscribe to my mailing list</h2>
|
||||||
|
<div class="streamer" style="margin-top:0;">
|
||||||
<script type="text/javascript" src="//pr.basspistol.com/form/generate.js?id=7"></script>
|
<script type="text/javascript" src="//pr.basspistol.com/form/generate.js?id=7"></script>
|
||||||
|
</div>
|
||||||
</section>
|
</section>
|
||||||
<!-- Footer -->
|
<!-- Footer -->
|
||||||
<footer>
|
<footer>
|
||||||
|
|
|
@ -379,7 +379,7 @@ Open your mind, open the source!</p>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section class="streambox" id="support">
|
<section class="streambox">
|
||||||
<h2>I take bitcoin donations!</h2>
|
<h2>I take bitcoin donations!</h2>
|
||||||
<div class="streamer" style="margin-top:0;">
|
<div class="streamer" style="margin-top:0;">
|
||||||
<!-- BTC Pay -->
|
<!-- BTC Pay -->
|
||||||
|
@ -406,8 +406,14 @@ Open your mind, open the source!</p>
|
||||||
<input type="image" class="submit" name="submit" src="https://node1.terminalb.tc:49393/img/paybutton/pay.svg" style="width:209px;border:none;" alt="Pay with BtcPay, Self-Hosted Bitcoin Payment Processor">
|
<input type="image" class="submit" name="submit" src="https://node1.terminalb.tc:49393/img/paybutton/pay.svg" style="width:209px;border:none;" alt="Pay with BtcPay, Self-Hosted Bitcoin Payment Processor">
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
</section>
|
||||||
|
<section class="streambox">
|
||||||
<h2>Subscribe to my mailing list</h2>
|
<h2>Subscribe to my mailing list</h2>
|
||||||
|
<div class="streamer" style="margin-top:0;">
|
||||||
<script type="text/javascript" src="//pr.basspistol.com/form/generate.js?id=7"></script>
|
<script type="text/javascript" src="//pr.basspistol.com/form/generate.js?id=7"></script>
|
||||||
|
</div>
|
||||||
</section>
|
</section>
|
||||||
<!-- Footer -->
|
<!-- Footer -->
|
||||||
<footer>
|
<footer>
|
||||||
|
|
2
feed.xml
2
feed.xml
|
@ -6,7 +6,7 @@
|
||||||
<atom:link href="https://setto.basspistol.com/feed.xml" rel="self" type="application/rss+xml" />
|
<atom:link href="https://setto.basspistol.com/feed.xml" rel="self" type="application/rss+xml" />
|
||||||
<link>https://setto.basspistol.com</link>
|
<link>https://setto.basspistol.com</link>
|
||||||
<description>Set, Party, Gang! #Cybersoul.</description>
|
<description>Set, Party, Gang! #Cybersoul.</description>
|
||||||
<lastBuildDate>Wed, 05 May 2021 05:20:06 +0200</lastBuildDate>
|
<lastBuildDate>Wed, 05 May 2021 10:25:18 +0200</lastBuildDate>
|
||||||
<language>en-US</language>
|
<language>en-US</language>
|
||||||
<generator>https://jekyllrb.com/</generator>
|
<generator>https://jekyllrb.com/</generator>
|
||||||
<image>
|
<image>
|
||||||
|
|
|
@ -583,7 +583,7 @@ A marvelous invention!
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<section class="streambox" id="support">
|
<section class="streambox">
|
||||||
<h2>I take bitcoin donations!</h2>
|
<h2>I take bitcoin donations!</h2>
|
||||||
<div class="streamer" style="margin-top:0;">
|
<div class="streamer" style="margin-top:0;">
|
||||||
<!-- BTC Pay -->
|
<!-- BTC Pay -->
|
||||||
|
@ -610,8 +610,14 @@ A marvelous invention!
|
||||||
<input type="image" class="submit" name="submit" src="https://node1.terminalb.tc:49393/img/paybutton/pay.svg" style="width:209px;border:none;" alt="Pay with BtcPay, Self-Hosted Bitcoin Payment Processor">
|
<input type="image" class="submit" name="submit" src="https://node1.terminalb.tc:49393/img/paybutton/pay.svg" style="width:209px;border:none;" alt="Pay with BtcPay, Self-Hosted Bitcoin Payment Processor">
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
</section>
|
||||||
|
<section class="streambox">
|
||||||
<h2>Subscribe to my mailing list</h2>
|
<h2>Subscribe to my mailing list</h2>
|
||||||
|
<div class="streamer" style="margin-top:0;">
|
||||||
<script type="text/javascript" src="//pr.basspistol.com/form/generate.js?id=7"></script>
|
<script type="text/javascript" src="//pr.basspistol.com/form/generate.js?id=7"></script>
|
||||||
|
</div>
|
||||||
</section>
|
</section>
|
||||||
<!-- Footer -->
|
<!-- Footer -->
|
||||||
<footer>
|
<footer>
|
||||||
|
|
18
index.html
18
index.html
|
@ -38,7 +38,7 @@
|
||||||
<title>Yo, web-TV crib! ゲットー・スービド | 徒settoセット</title>
|
<title>Yo, web-TV crib! ゲットー・スービド | 徒settoセット</title>
|
||||||
<meta name="title" content="Yo, web-TV crib! ゲットー・スービド | 徒settoセット" />
|
<meta name="title" content="Yo, web-TV crib! ゲットー・スービド | 徒settoセット" />
|
||||||
<meta name="description" content="The music of To Setto Setto is a cypher cloud jam induced by popcorn chewing threads in obscure chat-rooms." />
|
<meta name="description" content="The music of To Setto Setto is a cypher cloud jam induced by popcorn chewing threads in obscure chat-rooms." />
|
||||||
<meta name="dc.date.modified" scheme="ISO8601" content="2021-05-04T23:47:02+02:00" />
|
<meta name="dc.date.modified" scheme="ISO8601" content="2021-05-05T10:25:15+02:00" />
|
||||||
<meta name="robots" content="index" />
|
<meta name="robots" content="index" />
|
||||||
|
|
||||||
<link rel="canonical" href="https://setto.basspistol.com/" />
|
<link rel="canonical" href="https://setto.basspistol.com/" />
|
||||||
|
@ -62,7 +62,7 @@
|
||||||
<meta name="dcterms.Subject" content="The music of To Setto Setto is a cypher cloud jam induced by popcorn chewing threads in obscure chat-rooms." />
|
<meta name="dcterms.Subject" content="The music of To Setto Setto is a cypher cloud jam induced by popcorn chewing threads in obscure chat-rooms." />
|
||||||
<meta name="dcterms.Title" content="Yo, web-TV crib! ゲットー・スービド" />
|
<meta name="dcterms.Title" content="Yo, web-TV crib! ゲットー・スービド" />
|
||||||
<meta name="dcterms.Contributor" content="徒settoセット" />
|
<meta name="dcterms.Contributor" content="徒settoセット" />
|
||||||
<meta name="dcterms.Date" content="2021-05-04" />
|
<meta name="dcterms.Date" content="2021-05-05" />
|
||||||
<meta name="dcterms.Description" content="The music of To Setto Setto is a cypher cloud jam induced by popcorn chewing threads in obscure chat-rooms." />
|
<meta name="dcterms.Description" content="The music of To Setto Setto is a cypher cloud jam induced by popcorn chewing threads in obscure chat-rooms." />
|
||||||
|
|
||||||
<!-- Facebook -->
|
<!-- Facebook -->
|
||||||
|
@ -73,7 +73,7 @@
|
||||||
<meta property="og:url" content="https://setto.basspistol.com/" />
|
<meta property="og:url" content="https://setto.basspistol.com/" />
|
||||||
<meta property="og:site_name" content="徒settoセット" />
|
<meta property="og:site_name" content="徒settoセット" />
|
||||||
<meta property="og:type" content="webpage" />
|
<meta property="og:type" content="webpage" />
|
||||||
<meta property="article:published_time" content="2021-05-04T23:47:02+02:00" />
|
<meta property="article:published_time" content="2021-05-05T10:25:15+02:00" />
|
||||||
<meta property="og:image" content="https://setto.basspistol.com/images/pages/background-setto-v2-blus.svg" />
|
<meta property="og:image" content="https://setto.basspistol.com/images/pages/background-setto-v2-blus.svg" />
|
||||||
<!-- Twitter Card -->
|
<!-- Twitter Card -->
|
||||||
|
|
||||||
|
@ -215,7 +215,7 @@
|
||||||
|
|
||||||
<li id="random_posts"><a href="/discography" class="button">🔥</a></li>
|
<li id="random_posts"><a href="/discography" class="button">🔥</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<script type="text/javascript" src="//pr.basspistol.com/form/generate.js?id=10"></script>
|
<script type="text/javascript" src="//pr.basspistol.com/form/generate.js?id=10"></script>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -658,7 +658,7 @@
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section class="streambox" id="support">
|
<section class="streambox">
|
||||||
<h2>I take bitcoin donations!</h2>
|
<h2>I take bitcoin donations!</h2>
|
||||||
<div class="streamer" style="margin-top:0;">
|
<div class="streamer" style="margin-top:0;">
|
||||||
<!-- BTC Pay -->
|
<!-- BTC Pay -->
|
||||||
|
@ -685,8 +685,14 @@
|
||||||
<input type="image" class="submit" name="submit" src="https://node1.terminalb.tc:49393/img/paybutton/pay.svg" style="width:209px;border:none;" alt="Pay with BtcPay, Self-Hosted Bitcoin Payment Processor">
|
<input type="image" class="submit" name="submit" src="https://node1.terminalb.tc:49393/img/paybutton/pay.svg" style="width:209px;border:none;" alt="Pay with BtcPay, Self-Hosted Bitcoin Payment Processor">
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
</section>
|
||||||
|
<section class="streambox">
|
||||||
<h2>Subscribe to my mailing list</h2>
|
<h2>Subscribe to my mailing list</h2>
|
||||||
|
<div class="streamer" style="margin-top:0;">
|
||||||
<script type="text/javascript" src="//pr.basspistol.com/form/generate.js?id=7"></script>
|
<script type="text/javascript" src="//pr.basspistol.com/form/generate.js?id=7"></script>
|
||||||
|
</div>
|
||||||
</section>
|
</section>
|
||||||
<!-- Footer -->
|
<!-- Footer -->
|
||||||
<footer>
|
<footer>
|
||||||
|
@ -742,7 +748,7 @@
|
||||||
</div>
|
</div>
|
||||||
<p>©2021 Basspistol | <a href="./webcreds/">Credits</a> |
|
<p>©2021 Basspistol | <a href="./webcreds/">Credits</a> |
|
||||||
<a href="./cookies/">Cookies & Privacy</a>
|
<a href="./cookies/">Cookies & Privacy</a>
|
||||||
<br />This page was last updated on Tuesday, May 04, 2021</p>
|
<br />This page was last updated on Wednesday, May 05, 2021</p>
|
||||||
</small>
|
</small>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
|
@ -317,7 +317,7 @@
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section class="streambox" id="support">
|
<section class="streambox">
|
||||||
<h2>I take bitcoin donations!</h2>
|
<h2>I take bitcoin donations!</h2>
|
||||||
<div class="streamer" style="margin-top:0;">
|
<div class="streamer" style="margin-top:0;">
|
||||||
<!-- BTC Pay -->
|
<!-- BTC Pay -->
|
||||||
|
@ -344,8 +344,14 @@
|
||||||
<input type="image" class="submit" name="submit" src="https://node1.terminalb.tc:49393/img/paybutton/pay.svg" style="width:209px;border:none;" alt="Pay with BtcPay, Self-Hosted Bitcoin Payment Processor">
|
<input type="image" class="submit" name="submit" src="https://node1.terminalb.tc:49393/img/paybutton/pay.svg" style="width:209px;border:none;" alt="Pay with BtcPay, Self-Hosted Bitcoin Payment Processor">
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
</section>
|
||||||
|
<section class="streambox">
|
||||||
<h2>Subscribe to my mailing list</h2>
|
<h2>Subscribe to my mailing list</h2>
|
||||||
|
<div class="streamer" style="margin-top:0;">
|
||||||
<script type="text/javascript" src="//pr.basspistol.com/form/generate.js?id=7"></script>
|
<script type="text/javascript" src="//pr.basspistol.com/form/generate.js?id=7"></script>
|
||||||
|
</div>
|
||||||
</section>
|
</section>
|
||||||
<!-- Footer -->
|
<!-- Footer -->
|
||||||
<footer>
|
<footer>
|
||||||
|
|
|
@ -297,7 +297,7 @@
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
||||||
<section class="streambox" id="support">
|
<section class="streambox">
|
||||||
<h2>I take bitcoin donations!</h2>
|
<h2>I take bitcoin donations!</h2>
|
||||||
<div class="streamer" style="margin-top:0;">
|
<div class="streamer" style="margin-top:0;">
|
||||||
<!-- BTC Pay -->
|
<!-- BTC Pay -->
|
||||||
|
@ -324,8 +324,14 @@
|
||||||
<input type="image" class="submit" name="submit" src="https://node1.terminalb.tc:49393/img/paybutton/pay.svg" style="width:209px;border:none;" alt="Pay with BtcPay, Self-Hosted Bitcoin Payment Processor">
|
<input type="image" class="submit" name="submit" src="https://node1.terminalb.tc:49393/img/paybutton/pay.svg" style="width:209px;border:none;" alt="Pay with BtcPay, Self-Hosted Bitcoin Payment Processor">
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
</section>
|
||||||
|
<section class="streambox">
|
||||||
<h2>Subscribe to my mailing list</h2>
|
<h2>Subscribe to my mailing list</h2>
|
||||||
|
<div class="streamer" style="margin-top:0;">
|
||||||
<script type="text/javascript" src="//pr.basspistol.com/form/generate.js?id=7"></script>
|
<script type="text/javascript" src="//pr.basspistol.com/form/generate.js?id=7"></script>
|
||||||
|
</div>
|
||||||
</section>
|
</section>
|
||||||
<!-- Footer -->
|
<!-- Footer -->
|
||||||
<footer>
|
<footer>
|
||||||
|
|
|
@ -297,7 +297,7 @@
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
||||||
<section class="streambox" id="support">
|
<section class="streambox">
|
||||||
<h2>I take bitcoin donations!</h2>
|
<h2>I take bitcoin donations!</h2>
|
||||||
<div class="streamer" style="margin-top:0;">
|
<div class="streamer" style="margin-top:0;">
|
||||||
<!-- BTC Pay -->
|
<!-- BTC Pay -->
|
||||||
|
@ -324,8 +324,14 @@
|
||||||
<input type="image" class="submit" name="submit" src="https://node1.terminalb.tc:49393/img/paybutton/pay.svg" style="width:209px;border:none;" alt="Pay with BtcPay, Self-Hosted Bitcoin Payment Processor">
|
<input type="image" class="submit" name="submit" src="https://node1.terminalb.tc:49393/img/paybutton/pay.svg" style="width:209px;border:none;" alt="Pay with BtcPay, Self-Hosted Bitcoin Payment Processor">
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
</section>
|
||||||
|
<section class="streambox">
|
||||||
<h2>Subscribe to my mailing list</h2>
|
<h2>Subscribe to my mailing list</h2>
|
||||||
|
<div class="streamer" style="margin-top:0;">
|
||||||
<script type="text/javascript" src="//pr.basspistol.com/form/generate.js?id=7"></script>
|
<script type="text/javascript" src="//pr.basspistol.com/form/generate.js?id=7"></script>
|
||||||
|
</div>
|
||||||
</section>
|
</section>
|
||||||
<!-- Footer -->
|
<!-- Footer -->
|
||||||
<footer>
|
<footer>
|
||||||
|
|
|
@ -549,7 +549,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<section class="streambox" id="support">
|
<section class="streambox">
|
||||||
<h2>I take bitcoin donations!</h2>
|
<h2>I take bitcoin donations!</h2>
|
||||||
<div class="streamer" style="margin-top:0;">
|
<div class="streamer" style="margin-top:0;">
|
||||||
<!-- BTC Pay -->
|
<!-- BTC Pay -->
|
||||||
|
@ -576,8 +576,14 @@
|
||||||
<input type="image" class="submit" name="submit" src="https://node1.terminalb.tc:49393/img/paybutton/pay.svg" style="width:209px;border:none;" alt="Pay with BtcPay, Self-Hosted Bitcoin Payment Processor">
|
<input type="image" class="submit" name="submit" src="https://node1.terminalb.tc:49393/img/paybutton/pay.svg" style="width:209px;border:none;" alt="Pay with BtcPay, Self-Hosted Bitcoin Payment Processor">
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
</section>
|
||||||
|
<section class="streambox">
|
||||||
<h2>Subscribe to my mailing list</h2>
|
<h2>Subscribe to my mailing list</h2>
|
||||||
|
<div class="streamer" style="margin-top:0;">
|
||||||
<script type="text/javascript" src="//pr.basspistol.com/form/generate.js?id=7"></script>
|
<script type="text/javascript" src="//pr.basspistol.com/form/generate.js?id=7"></script>
|
||||||
|
</div>
|
||||||
</section>
|
</section>
|
||||||
<!-- Footer -->
|
<!-- Footer -->
|
||||||
<footer>
|
<footer>
|
||||||
|
|
|
@ -294,7 +294,7 @@
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
||||||
<section class="streambox" id="support">
|
<section class="streambox">
|
||||||
<h2>I take bitcoin donations!</h2>
|
<h2>I take bitcoin donations!</h2>
|
||||||
<div class="streamer" style="margin-top:0;">
|
<div class="streamer" style="margin-top:0;">
|
||||||
<!-- BTC Pay -->
|
<!-- BTC Pay -->
|
||||||
|
@ -321,8 +321,14 @@
|
||||||
<input type="image" class="submit" name="submit" src="https://node1.terminalb.tc:49393/img/paybutton/pay.svg" style="width:209px;border:none;" alt="Pay with BtcPay, Self-Hosted Bitcoin Payment Processor">
|
<input type="image" class="submit" name="submit" src="https://node1.terminalb.tc:49393/img/paybutton/pay.svg" style="width:209px;border:none;" alt="Pay with BtcPay, Self-Hosted Bitcoin Payment Processor">
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
</section>
|
||||||
|
<section class="streambox">
|
||||||
<h2>Subscribe to my mailing list</h2>
|
<h2>Subscribe to my mailing list</h2>
|
||||||
|
<div class="streamer" style="margin-top:0;">
|
||||||
<script type="text/javascript" src="//pr.basspistol.com/form/generate.js?id=7"></script>
|
<script type="text/javascript" src="//pr.basspistol.com/form/generate.js?id=7"></script>
|
||||||
|
</div>
|
||||||
</section>
|
</section>
|
||||||
<!-- Footer -->
|
<!-- Footer -->
|
||||||
<footer>
|
<footer>
|
||||||
|
|
|
@ -496,7 +496,7 @@ Open your mind, open the source!</p>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<section class="streambox" id="support">
|
<section class="streambox">
|
||||||
<h2>I take bitcoin donations!</h2>
|
<h2>I take bitcoin donations!</h2>
|
||||||
<div class="streamer" style="margin-top:0;">
|
<div class="streamer" style="margin-top:0;">
|
||||||
<!-- BTC Pay -->
|
<!-- BTC Pay -->
|
||||||
|
@ -523,8 +523,14 @@ Open your mind, open the source!</p>
|
||||||
<input type="image" class="submit" name="submit" src="https://node1.terminalb.tc:49393/img/paybutton/pay.svg" style="width:209px;border:none;" alt="Pay with BtcPay, Self-Hosted Bitcoin Payment Processor">
|
<input type="image" class="submit" name="submit" src="https://node1.terminalb.tc:49393/img/paybutton/pay.svg" style="width:209px;border:none;" alt="Pay with BtcPay, Self-Hosted Bitcoin Payment Processor">
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
</section>
|
||||||
|
<section class="streambox">
|
||||||
<h2>Subscribe to my mailing list</h2>
|
<h2>Subscribe to my mailing list</h2>
|
||||||
|
<div class="streamer" style="margin-top:0;">
|
||||||
<script type="text/javascript" src="//pr.basspistol.com/form/generate.js?id=7"></script>
|
<script type="text/javascript" src="//pr.basspistol.com/form/generate.js?id=7"></script>
|
||||||
|
</div>
|
||||||
</section>
|
</section>
|
||||||
<!-- Footer -->
|
<!-- Footer -->
|
||||||
<footer>
|
<footer>
|
||||||
|
|
|
@ -303,7 +303,7 @@
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section class="streambox" id="support">
|
<section class="streambox">
|
||||||
<h2>I take bitcoin donations!</h2>
|
<h2>I take bitcoin donations!</h2>
|
||||||
<div class="streamer" style="margin-top:0;">
|
<div class="streamer" style="margin-top:0;">
|
||||||
<!-- BTC Pay -->
|
<!-- BTC Pay -->
|
||||||
|
@ -330,8 +330,14 @@
|
||||||
<input type="image" class="submit" name="submit" src="https://node1.terminalb.tc:49393/img/paybutton/pay.svg" style="width:209px;border:none;" alt="Pay with BtcPay, Self-Hosted Bitcoin Payment Processor">
|
<input type="image" class="submit" name="submit" src="https://node1.terminalb.tc:49393/img/paybutton/pay.svg" style="width:209px;border:none;" alt="Pay with BtcPay, Self-Hosted Bitcoin Payment Processor">
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
</section>
|
||||||
|
<section class="streambox">
|
||||||
<h2>Subscribe to my mailing list</h2>
|
<h2>Subscribe to my mailing list</h2>
|
||||||
|
<div class="streamer" style="margin-top:0;">
|
||||||
<script type="text/javascript" src="//pr.basspistol.com/form/generate.js?id=7"></script>
|
<script type="text/javascript" src="//pr.basspistol.com/form/generate.js?id=7"></script>
|
||||||
|
</div>
|
||||||
</section>
|
</section>
|
||||||
<!-- Footer -->
|
<!-- Footer -->
|
||||||
<footer>
|
<footer>
|
||||||
|
|
|
@ -285,7 +285,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<section class="streambox" id="support">
|
<section class="streambox">
|
||||||
<h2>I take bitcoin donations!</h2>
|
<h2>I take bitcoin donations!</h2>
|
||||||
<div class="streamer" style="margin-top:0;">
|
<div class="streamer" style="margin-top:0;">
|
||||||
<!-- BTC Pay -->
|
<!-- BTC Pay -->
|
||||||
|
@ -312,8 +312,14 @@
|
||||||
<input type="image" class="submit" name="submit" src="https://node1.terminalb.tc:49393/img/paybutton/pay.svg" style="width:209px;border:none;" alt="Pay with BtcPay, Self-Hosted Bitcoin Payment Processor">
|
<input type="image" class="submit" name="submit" src="https://node1.terminalb.tc:49393/img/paybutton/pay.svg" style="width:209px;border:none;" alt="Pay with BtcPay, Self-Hosted Bitcoin Payment Processor">
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
</section>
|
||||||
|
<section class="streambox">
|
||||||
<h2>Subscribe to my mailing list</h2>
|
<h2>Subscribe to my mailing list</h2>
|
||||||
|
<div class="streamer" style="margin-top:0;">
|
||||||
<script type="text/javascript" src="//pr.basspistol.com/form/generate.js?id=7"></script>
|
<script type="text/javascript" src="//pr.basspistol.com/form/generate.js?id=7"></script>
|
||||||
|
</div>
|
||||||
</section>
|
</section>
|
||||||
<!-- Footer -->
|
<!-- Footer -->
|
||||||
<footer>
|
<footer>
|
||||||
|
|
|
@ -360,7 +360,7 @@ WTF coucou
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
||||||
<section class="streambox" id="support">
|
<section class="streambox">
|
||||||
<h2>I take bitcoin donations!</h2>
|
<h2>I take bitcoin donations!</h2>
|
||||||
<div class="streamer" style="margin-top:0;">
|
<div class="streamer" style="margin-top:0;">
|
||||||
<!-- BTC Pay -->
|
<!-- BTC Pay -->
|
||||||
|
@ -387,8 +387,14 @@ WTF coucou
|
||||||
<input type="image" class="submit" name="submit" src="https://node1.terminalb.tc:49393/img/paybutton/pay.svg" style="width:209px;border:none;" alt="Pay with BtcPay, Self-Hosted Bitcoin Payment Processor">
|
<input type="image" class="submit" name="submit" src="https://node1.terminalb.tc:49393/img/paybutton/pay.svg" style="width:209px;border:none;" alt="Pay with BtcPay, Self-Hosted Bitcoin Payment Processor">
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
</section>
|
||||||
|
<section class="streambox">
|
||||||
<h2>Subscribe to my mailing list</h2>
|
<h2>Subscribe to my mailing list</h2>
|
||||||
|
<div class="streamer" style="margin-top:0;">
|
||||||
<script type="text/javascript" src="//pr.basspistol.com/form/generate.js?id=7"></script>
|
<script type="text/javascript" src="//pr.basspistol.com/form/generate.js?id=7"></script>
|
||||||
|
</div>
|
||||||
</section>
|
</section>
|
||||||
<!-- Footer -->
|
<!-- Footer -->
|
||||||
<footer>
|
<footer>
|
||||||
|
|
|
@ -335,7 +335,7 @@ Fois en moi, mais cette fois, toujours pas toi
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
||||||
<section class="streambox" id="support">
|
<section class="streambox">
|
||||||
<h2>I take bitcoin donations!</h2>
|
<h2>I take bitcoin donations!</h2>
|
||||||
<div class="streamer" style="margin-top:0;">
|
<div class="streamer" style="margin-top:0;">
|
||||||
<!-- BTC Pay -->
|
<!-- BTC Pay -->
|
||||||
|
@ -362,8 +362,14 @@ Fois en moi, mais cette fois, toujours pas toi
|
||||||
<input type="image" class="submit" name="submit" src="https://node1.terminalb.tc:49393/img/paybutton/pay.svg" style="width:209px;border:none;" alt="Pay with BtcPay, Self-Hosted Bitcoin Payment Processor">
|
<input type="image" class="submit" name="submit" src="https://node1.terminalb.tc:49393/img/paybutton/pay.svg" style="width:209px;border:none;" alt="Pay with BtcPay, Self-Hosted Bitcoin Payment Processor">
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
</section>
|
||||||
|
<section class="streambox">
|
||||||
<h2>Subscribe to my mailing list</h2>
|
<h2>Subscribe to my mailing list</h2>
|
||||||
|
<div class="streamer" style="margin-top:0;">
|
||||||
<script type="text/javascript" src="//pr.basspistol.com/form/generate.js?id=7"></script>
|
<script type="text/javascript" src="//pr.basspistol.com/form/generate.js?id=7"></script>
|
||||||
|
</div>
|
||||||
</section>
|
</section>
|
||||||
<!-- Footer -->
|
<!-- Footer -->
|
||||||
<footer>
|
<footer>
|
||||||
|
|
|
@ -645,7 +645,7 @@ Fois en moi, mais cette fois, toujours pas toi
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<section class="streambox" id="support">
|
<section class="streambox">
|
||||||
<h2>I take bitcoin donations!</h2>
|
<h2>I take bitcoin donations!</h2>
|
||||||
<div class="streamer" style="margin-top:0;">
|
<div class="streamer" style="margin-top:0;">
|
||||||
<!-- BTC Pay -->
|
<!-- BTC Pay -->
|
||||||
|
@ -672,8 +672,14 @@ Fois en moi, mais cette fois, toujours pas toi
|
||||||
<input type="image" class="submit" name="submit" src="https://node1.terminalb.tc:49393/img/paybutton/pay.svg" style="width:209px;border:none;" alt="Pay with BtcPay, Self-Hosted Bitcoin Payment Processor">
|
<input type="image" class="submit" name="submit" src="https://node1.terminalb.tc:49393/img/paybutton/pay.svg" style="width:209px;border:none;" alt="Pay with BtcPay, Self-Hosted Bitcoin Payment Processor">
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
</section>
|
||||||
|
<section class="streambox">
|
||||||
<h2>Subscribe to my mailing list</h2>
|
<h2>Subscribe to my mailing list</h2>
|
||||||
|
<div class="streamer" style="margin-top:0;">
|
||||||
<script type="text/javascript" src="//pr.basspistol.com/form/generate.js?id=7"></script>
|
<script type="text/javascript" src="//pr.basspistol.com/form/generate.js?id=7"></script>
|
||||||
|
</div>
|
||||||
</section>
|
</section>
|
||||||
<!-- Footer -->
|
<!-- Footer -->
|
||||||
<footer>
|
<footer>
|
||||||
|
|
|
@ -102,7 +102,7 @@
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://setto.basspistol.com/</loc>
|
<loc>https://setto.basspistol.com/</loc>
|
||||||
<lastmod>2021-05-04T23:47:02+02:00</lastmod>
|
<lastmod>2021-05-05T10:25:15+02:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://setto.basspistol.com/links/</loc>
|
<loc>https://setto.basspistol.com/links/</loc>
|
||||||
|
|
|
@ -296,7 +296,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<section class="streambox" id="support">
|
<section class="streambox">
|
||||||
<h2>I take bitcoin donations!</h2>
|
<h2>I take bitcoin donations!</h2>
|
||||||
<div class="streamer" style="margin-top:0;">
|
<div class="streamer" style="margin-top:0;">
|
||||||
<!-- BTC Pay -->
|
<!-- BTC Pay -->
|
||||||
|
@ -323,8 +323,14 @@
|
||||||
<input type="image" class="submit" name="submit" src="https://node1.terminalb.tc:49393/img/paybutton/pay.svg" style="width:209px;border:none;" alt="Pay with BtcPay, Self-Hosted Bitcoin Payment Processor">
|
<input type="image" class="submit" name="submit" src="https://node1.terminalb.tc:49393/img/paybutton/pay.svg" style="width:209px;border:none;" alt="Pay with BtcPay, Self-Hosted Bitcoin Payment Processor">
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
</section>
|
||||||
|
<section class="streambox">
|
||||||
<h2>Subscribe to my mailing list</h2>
|
<h2>Subscribe to my mailing list</h2>
|
||||||
|
<div class="streamer" style="margin-top:0;">
|
||||||
<script type="text/javascript" src="//pr.basspistol.com/form/generate.js?id=7"></script>
|
<script type="text/javascript" src="//pr.basspistol.com/form/generate.js?id=7"></script>
|
||||||
|
</div>
|
||||||
</section>
|
</section>
|
||||||
<!-- Footer -->
|
<!-- Footer -->
|
||||||
<footer>
|
<footer>
|
||||||
|
|
|
@ -339,7 +339,7 @@ Sudo apt upgrade<br />
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
||||||
<section class="streambox" id="support">
|
<section class="streambox">
|
||||||
<h2>I take bitcoin donations!</h2>
|
<h2>I take bitcoin donations!</h2>
|
||||||
<div class="streamer" style="margin-top:0;">
|
<div class="streamer" style="margin-top:0;">
|
||||||
<!-- BTC Pay -->
|
<!-- BTC Pay -->
|
||||||
|
@ -366,8 +366,14 @@ Sudo apt upgrade<br />
|
||||||
<input type="image" class="submit" name="submit" src="https://node1.terminalb.tc:49393/img/paybutton/pay.svg" style="width:209px;border:none;" alt="Pay with BtcPay, Self-Hosted Bitcoin Payment Processor">
|
<input type="image" class="submit" name="submit" src="https://node1.terminalb.tc:49393/img/paybutton/pay.svg" style="width:209px;border:none;" alt="Pay with BtcPay, Self-Hosted Bitcoin Payment Processor">
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
</section>
|
||||||
|
<section class="streambox">
|
||||||
<h2>Subscribe to my mailing list</h2>
|
<h2>Subscribe to my mailing list</h2>
|
||||||
|
<div class="streamer" style="margin-top:0;">
|
||||||
<script type="text/javascript" src="//pr.basspistol.com/form/generate.js?id=7"></script>
|
<script type="text/javascript" src="//pr.basspistol.com/form/generate.js?id=7"></script>
|
||||||
|
</div>
|
||||||
</section>
|
</section>
|
||||||
<!-- Footer -->
|
<!-- Footer -->
|
||||||
<footer>
|
<footer>
|
||||||
|
|
|
@ -322,7 +322,7 @@ This is what together we should refute.<br />
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
||||||
<section class="streambox" id="support">
|
<section class="streambox">
|
||||||
<h2>I take bitcoin donations!</h2>
|
<h2>I take bitcoin donations!</h2>
|
||||||
<div class="streamer" style="margin-top:0;">
|
<div class="streamer" style="margin-top:0;">
|
||||||
<!-- BTC Pay -->
|
<!-- BTC Pay -->
|
||||||
|
@ -349,8 +349,14 @@ This is what together we should refute.<br />
|
||||||
<input type="image" class="submit" name="submit" src="https://node1.terminalb.tc:49393/img/paybutton/pay.svg" style="width:209px;border:none;" alt="Pay with BtcPay, Self-Hosted Bitcoin Payment Processor">
|
<input type="image" class="submit" name="submit" src="https://node1.terminalb.tc:49393/img/paybutton/pay.svg" style="width:209px;border:none;" alt="Pay with BtcPay, Self-Hosted Bitcoin Payment Processor">
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
</section>
|
||||||
|
<section class="streambox">
|
||||||
<h2>Subscribe to my mailing list</h2>
|
<h2>Subscribe to my mailing list</h2>
|
||||||
|
<div class="streamer" style="margin-top:0;">
|
||||||
<script type="text/javascript" src="//pr.basspistol.com/form/generate.js?id=7"></script>
|
<script type="text/javascript" src="//pr.basspistol.com/form/generate.js?id=7"></script>
|
||||||
|
</div>
|
||||||
</section>
|
</section>
|
||||||
<!-- Footer -->
|
<!-- Footer -->
|
||||||
<footer>
|
<footer>
|
||||||
|
|
|
@ -634,7 +634,7 @@ This is what together we should refute.<br />
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<section class="streambox" id="support">
|
<section class="streambox">
|
||||||
<h2>I take bitcoin donations!</h2>
|
<h2>I take bitcoin donations!</h2>
|
||||||
<div class="streamer" style="margin-top:0;">
|
<div class="streamer" style="margin-top:0;">
|
||||||
<!-- BTC Pay -->
|
<!-- BTC Pay -->
|
||||||
|
@ -661,8 +661,14 @@ This is what together we should refute.<br />
|
||||||
<input type="image" class="submit" name="submit" src="https://node1.terminalb.tc:49393/img/paybutton/pay.svg" style="width:209px;border:none;" alt="Pay with BtcPay, Self-Hosted Bitcoin Payment Processor">
|
<input type="image" class="submit" name="submit" src="https://node1.terminalb.tc:49393/img/paybutton/pay.svg" style="width:209px;border:none;" alt="Pay with BtcPay, Self-Hosted Bitcoin Payment Processor">
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
</section>
|
||||||
|
<section class="streambox">
|
||||||
<h2>Subscribe to my mailing list</h2>
|
<h2>Subscribe to my mailing list</h2>
|
||||||
|
<div class="streamer" style="margin-top:0;">
|
||||||
<script type="text/javascript" src="//pr.basspistol.com/form/generate.js?id=7"></script>
|
<script type="text/javascript" src="//pr.basspistol.com/form/generate.js?id=7"></script>
|
||||||
|
</div>
|
||||||
</section>
|
</section>
|
||||||
<!-- Footer -->
|
<!-- Footer -->
|
||||||
<footer>
|
<footer>
|
||||||
|
|
|
@ -208,7 +208,7 @@
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section class="streambox" id="support">
|
<section class="streambox">
|
||||||
<h2>I take bitcoin donations!</h2>
|
<h2>I take bitcoin donations!</h2>
|
||||||
<div class="streamer" style="margin-top:0;">
|
<div class="streamer" style="margin-top:0;">
|
||||||
<!-- BTC Pay -->
|
<!-- BTC Pay -->
|
||||||
|
@ -235,8 +235,14 @@
|
||||||
<input type="image" class="submit" name="submit" src="https://node1.terminalb.tc:49393/img/paybutton/pay.svg" style="width:209px;border:none;" alt="Pay with BtcPay, Self-Hosted Bitcoin Payment Processor">
|
<input type="image" class="submit" name="submit" src="https://node1.terminalb.tc:49393/img/paybutton/pay.svg" style="width:209px;border:none;" alt="Pay with BtcPay, Self-Hosted Bitcoin Payment Processor">
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
</section>
|
||||||
|
<section class="streambox">
|
||||||
<h2>Subscribe to my mailing list</h2>
|
<h2>Subscribe to my mailing list</h2>
|
||||||
|
<div class="streamer" style="margin-top:0;">
|
||||||
<script type="text/javascript" src="//pr.basspistol.com/form/generate.js?id=7"></script>
|
<script type="text/javascript" src="//pr.basspistol.com/form/generate.js?id=7"></script>
|
||||||
|
</div>
|
||||||
</section>
|
</section>
|
||||||
<!-- Footer -->
|
<!-- Footer -->
|
||||||
<footer>
|
<footer>
|
||||||
|
|
Loading…
Reference in a new issue