Updated 38 files via CloudCannon
This commit is contained in:
parent
8bb105500f
commit
36743bfa6d
|
@ -502,6 +502,15 @@ _paq.push(['enableLinkTracking']);
|
|||
|
||||
|
||||
|
||||
|
||||
(function(w,d,t,u,n,a,m){w['MauticTrackingObject']=n;
|
||||
w[n]=w[n]||function(){(w[n].q=w[n].q||[]).push(arguments)},a=d.createElement(t),
|
||||
m=d.getElementsByTagName(t)[0];a.async=1;a.src=u;m.parentNode.insertBefore(a,m)
|
||||
})(window,document,'script','https://pr.basspistol.com/mtc.js','mt');
|
||||
|
||||
mt('send', 'pageview');
|
||||
|
||||
|
||||
} else {
|
||||
document.getElementById('cookie-notice').style.display = 'flex';
|
||||
|
||||
|
|
|
@ -346,6 +346,15 @@ _paq.push(['enableLinkTracking']);
|
|||
|
||||
|
||||
|
||||
|
||||
(function(w,d,t,u,n,a,m){w['MauticTrackingObject']=n;
|
||||
w[n]=w[n]||function(){(w[n].q=w[n].q||[]).push(arguments)},a=d.createElement(t),
|
||||
m=d.getElementsByTagName(t)[0];a.async=1;a.src=u;m.parentNode.insertBefore(a,m)
|
||||
})(window,document,'script','https://pr.basspistol.com/mtc.js','mt');
|
||||
|
||||
mt('send', 'pageview');
|
||||
|
||||
|
||||
} else {
|
||||
document.getElementById('cookie-notice').style.display = 'flex';
|
||||
|
||||
|
|
|
@ -184,6 +184,8 @@
|
|||
</div>
|
||||
</section>
|
||||
|
||||
<script src="https://pr.basspistol.com/focus/2.js" type="text/javascript" charset="utf-8" async="async"></script>
|
||||
|
||||
<!-- Footer -->
|
||||
|
||||
|
||||
|
@ -420,6 +422,15 @@ _paq.push(['enableLinkTracking']);
|
|||
|
||||
|
||||
|
||||
|
||||
(function(w,d,t,u,n,a,m){w['MauticTrackingObject']=n;
|
||||
w[n]=w[n]||function(){(w[n].q=w[n].q||[]).push(arguments)},a=d.createElement(t),
|
||||
m=d.getElementsByTagName(t)[0];a.async=1;a.src=u;m.parentNode.insertBefore(a,m)
|
||||
})(window,document,'script','https://pr.basspistol.com/mtc.js','mt');
|
||||
|
||||
mt('send', 'pageview');
|
||||
|
||||
|
||||
} else {
|
||||
document.getElementById('cookie-notice').style.display = 'flex';
|
||||
|
||||
|
|
|
@ -87,7 +87,7 @@ body { height: 100vh; width: 100%; font-family: "Terminus", "Poppins", "Arial",
|
|||
|
||||
.hero .splash { background-color: transparent; display: flex; flex-wrap: wrap; padding: 40px; align-items: flex-start; max-width: var(--max-width); margin: auto; }
|
||||
|
||||
.hero .splash .description { border-radius: var(--border-radius); background: var(--bg-alt); box-shadow: 15px 15px 28px 24px var(--bg-alt); -webkit-box-shadow: 15px 15px 28px 24px var(--bg-alt); -moz-box-shadow: 15px 15px 28px 24px var(--bg-alt); }
|
||||
.hero .splash .description { display: flex; flex-wrap: wrap; border-radius: var(--border-radius); background: var(--bg-alt); box-shadow: 15px 15px 28px 24px var(--bg-alt); -webkit-box-shadow: 15px 15px 28px 24px var(--bg-alt); -moz-box-shadow: 15px 15px 28px 24px var(--bg-alt); }
|
||||
|
||||
.hero .splash .description > * { margin: 40px !important; }
|
||||
|
||||
|
@ -95,6 +95,10 @@ body { height: 100vh; width: 100%; font-family: "Terminus", "Poppins", "Arial",
|
|||
|
||||
.hero .splash .description > ul .button { background-image: linear-gradient(228deg, var(--accent1-alt), var(--accent2-alt)); background-size: 400% 400%; -webkit-animation: backgroundBlink 7s ease infinite; -moz-animation: backgroundBlink 7s ease infinite; animation: backgroundBlink 7s ease infinite; width: 100px; height: 100px; line-height: 100px; margin: 0 0 10px 0; padding: 0; font-size: 65px; }
|
||||
|
||||
.hero .splash .description .mauticform_wrapper { width: 200px; }
|
||||
|
||||
.hero .splash .description .mauticform_wrapper .button { border: 0; }
|
||||
|
||||
.hero .splash h1, .hero .splash h2 { font-size: 2em; }
|
||||
|
||||
.hero .splash p, .hero .splash h1, .hero .splash h2, .hero .splash h3, .hero .splash h4 { text-align: left; margin-top: 20px; }
|
||||
|
@ -197,6 +201,14 @@ footer .footframe small .label { display: none; }
|
|||
|
||||
@media only screen and (max-width: 720px) { #pleroma .container { width: 100vw; justify-content: center; } #pleroma .container div { flex: 1 1 280px; } }
|
||||
|
||||
.bio { flex-wrap: wrap; }
|
||||
|
||||
.bio .mauticform_wrapper, .bio .mauticform-input { width: calc(100% - 80px); max-width: 480px; margin: 40px auto; }
|
||||
|
||||
.bio .mauticform_wrapper .button, .bio .mauticform-input .button { border: 0; }
|
||||
|
||||
.mautic-focus { font-family: 'Lucida Console', Monaco, monospace; color: #3c2a52; background-color: #3c2a52; }
|
||||
|
||||
h1, h2, h3, h4, h5, h6 { font-family: "Terminus", "Lucida Console", Monaco, monospace; font-weight: 700; }
|
||||
|
||||
h1 { font-size: 2.5em; }
|
||||
|
@ -213,7 +225,7 @@ a:hover { color: var(--accent2); text-decoration-style: wavy; text-decoration-co
|
|||
|
||||
.center { text-align: center; }
|
||||
|
||||
.button { background-color: var(--accent2); padding: 1em; margin-bottom: 20px; display: inline-block; border-radius: var(--border-radius); text-align: center; text-decoration: none; text-transform: uppercase; font-weight: 500; color: var(--bg); -webkit-box-shadow: 0px 0px 0px -3px var(--border-alt); -moz-box-shadow: 0px 0px 0px -3px var(--border-alt); box-shadow: 0px 0px 0px -3px var(--border-alt); -webkit-transition: all var(--anim-speed) ease-in-out; -moz-transition: all var(--anim-speed) ease-in-out; -ms-transition: all var(--anim-speed) ease-in-out; transition: all var(--anim-speed) ease-in-out; background-image: linear-gradient(228deg, var(--accent1-alt), var(--accent2-alt)); background-size: 400% 400%; -webkit-animation: backgroundBlink 2s ease infinite; -moz-animation: backgroundBlink 2s ease infinite; animation: backgroundBlink 2s ease infinite; }
|
||||
.button { font-family: "Terminus", "Lucida Console", Monaco, monospace; background-color: var(--accent2); padding: 1em; margin-bottom: 20px; display: inline-block; border-radius: var(--border-radius); text-align: center; text-decoration: none; text-transform: uppercase; font-weight: 500; color: var(--bg); -webkit-box-shadow: 0px 0px 0px -3px var(--border-alt); -moz-box-shadow: 0px 0px 0px -3px var(--border-alt); box-shadow: 0px 0px 0px -3px var(--border-alt); -webkit-transition: all var(--anim-speed) ease-in-out; -moz-transition: all var(--anim-speed) ease-in-out; -ms-transition: all var(--anim-speed) ease-in-out; transition: all var(--anim-speed) ease-in-out; background-image: linear-gradient(228deg, var(--accent1-alt), var(--accent2-alt)); background-size: 400% 400%; -webkit-animation: backgroundBlink 2s ease infinite; -moz-animation: backgroundBlink 2s ease infinite; animation: backgroundBlink 2s ease infinite; }
|
||||
|
||||
.button:hover { background-color: var(--accent1); color: var(--bg); -webkit-box-shadow: 0px 11px 10px -3px var(--border-alt); -moz-box-shadow: 0px 11px 10px -3px var(--border-alt); box-shadow: 0px 11px 10px -3px var(--border-alt); -webkit-transition: all var(--anim-speed) ease-in-out; -moz-transition: all var(--anim-speed) ease-in-out; -ms-transition: all var(--anim-speed) ease-in-out; transition: all var(--anim-speed) ease-in-out; }
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -87,7 +87,7 @@ body { height: 100vh; width: 100%; font-family: "Terminus", "Poppins", "Arial",
|
|||
|
||||
.hero .splash { background-color: transparent; display: flex; flex-wrap: wrap; padding: 40px; align-items: flex-start; max-width: var(--max-width); margin: auto; }
|
||||
|
||||
.hero .splash .description { border-radius: var(--border-radius); background: var(--bg-alt); box-shadow: 15px 15px 28px 24px var(--bg-alt); -webkit-box-shadow: 15px 15px 28px 24px var(--bg-alt); -moz-box-shadow: 15px 15px 28px 24px var(--bg-alt); }
|
||||
.hero .splash .description { display: flex; flex-wrap: wrap; border-radius: var(--border-radius); background: var(--bg-alt); box-shadow: 15px 15px 28px 24px var(--bg-alt); -webkit-box-shadow: 15px 15px 28px 24px var(--bg-alt); -moz-box-shadow: 15px 15px 28px 24px var(--bg-alt); }
|
||||
|
||||
.hero .splash .description > * { margin: 40px !important; }
|
||||
|
||||
|
@ -95,6 +95,10 @@ body { height: 100vh; width: 100%; font-family: "Terminus", "Poppins", "Arial",
|
|||
|
||||
.hero .splash .description > ul .button { background-image: linear-gradient(228deg, var(--accent1-alt), var(--accent2-alt)); background-size: 400% 400%; -webkit-animation: backgroundBlink 7s ease infinite; -moz-animation: backgroundBlink 7s ease infinite; animation: backgroundBlink 7s ease infinite; width: 100px; height: 100px; line-height: 100px; margin: 0 0 10px 0; padding: 0; font-size: 65px; }
|
||||
|
||||
.hero .splash .description .mauticform_wrapper { width: 200px; }
|
||||
|
||||
.hero .splash .description .mauticform_wrapper .button { border: 0; }
|
||||
|
||||
.hero .splash h1, .hero .splash h2 { font-size: 2em; }
|
||||
|
||||
.hero .splash p, .hero .splash h1, .hero .splash h2, .hero .splash h3, .hero .splash h4 { text-align: left; margin-top: 20px; }
|
||||
|
@ -197,6 +201,14 @@ footer .footframe small .label { display: none; }
|
|||
|
||||
@media only screen and (max-width: 720px) { #pleroma .container { width: 100vw; justify-content: center; } #pleroma .container div { flex: 1 1 280px; } }
|
||||
|
||||
.bio { flex-wrap: wrap; }
|
||||
|
||||
.bio .mauticform_wrapper, .bio .mauticform-input { width: calc(100% - 80px); max-width: 480px; margin: 40px auto; }
|
||||
|
||||
.bio .mauticform_wrapper .button, .bio .mauticform-input .button { border: 0; }
|
||||
|
||||
.mautic-focus { font-family: 'Lucida Console', Monaco, monospace; color: #3c2a52; background-color: #3c2a52; }
|
||||
|
||||
h1, h2, h3, h4, h5, h6 { font-family: "Terminus", "Lucida Console", Monaco, monospace; font-weight: 700; }
|
||||
|
||||
h1 { font-size: 2.5em; }
|
||||
|
@ -213,7 +225,7 @@ a:hover { color: var(--accent2); text-decoration-style: wavy; text-decoration-co
|
|||
|
||||
.center { text-align: center; }
|
||||
|
||||
.button { background-color: var(--accent2); padding: 1em; margin-bottom: 20px; display: inline-block; border-radius: var(--border-radius); text-align: center; text-decoration: none; text-transform: uppercase; font-weight: 500; color: var(--bg); -webkit-box-shadow: 0px 0px 0px -3px var(--border-alt); -moz-box-shadow: 0px 0px 0px -3px var(--border-alt); box-shadow: 0px 0px 0px -3px var(--border-alt); -webkit-transition: all var(--anim-speed) ease-in-out; -moz-transition: all var(--anim-speed) ease-in-out; -ms-transition: all var(--anim-speed) ease-in-out; transition: all var(--anim-speed) ease-in-out; background-image: linear-gradient(228deg, var(--accent1-alt), var(--accent2-alt)); background-size: 400% 400%; -webkit-animation: backgroundBlink 2s ease infinite; -moz-animation: backgroundBlink 2s ease infinite; animation: backgroundBlink 2s ease infinite; }
|
||||
.button { font-family: "Terminus", "Lucida Console", Monaco, monospace; background-color: var(--accent2); padding: 1em; margin-bottom: 20px; display: inline-block; border-radius: var(--border-radius); text-align: center; text-decoration: none; text-transform: uppercase; font-weight: 500; color: var(--bg); -webkit-box-shadow: 0px 0px 0px -3px var(--border-alt); -moz-box-shadow: 0px 0px 0px -3px var(--border-alt); box-shadow: 0px 0px 0px -3px var(--border-alt); -webkit-transition: all var(--anim-speed) ease-in-out; -moz-transition: all var(--anim-speed) ease-in-out; -ms-transition: all var(--anim-speed) ease-in-out; transition: all var(--anim-speed) ease-in-out; background-image: linear-gradient(228deg, var(--accent1-alt), var(--accent2-alt)); background-size: 400% 400%; -webkit-animation: backgroundBlink 2s ease infinite; -moz-animation: backgroundBlink 2s ease infinite; animation: backgroundBlink 2s ease infinite; }
|
||||
|
||||
.button:hover { background-color: var(--accent1); color: var(--bg); -webkit-box-shadow: 0px 11px 10px -3px var(--border-alt); -moz-box-shadow: 0px 11px 10px -3px var(--border-alt); box-shadow: 0px 11px 10px -3px var(--border-alt); -webkit-transition: all var(--anim-speed) ease-in-out; -moz-transition: all var(--anim-speed) ease-in-out; -ms-transition: all var(--anim-speed) ease-in-out; transition: all var(--anim-speed) ease-in-out; }
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
4
atom.xml
4
atom.xml
|
@ -4,7 +4,7 @@
|
|||
<subtitle>Set, Party, Gang! #Cybersoul.</subtitle>
|
||||
<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"/>
|
||||
<updated>2021-05-04T23:20:06+02:00</updated>
|
||||
<updated>2021-05-04T23:47:05+02:00</updated>
|
||||
<id>https://setto.basspistol.com/atom.xml</id>
|
||||
<author>
|
||||
<name>Basspistol</name>
|
||||
|
@ -150,7 +150,7 @@ Open your mind, open the source!</summary>
|
|||
<title>Darkweb</title>
|
||||
<link href="https://setto.basspistol.com/darkweb/"/>
|
||||
<published>2019-02-07T20:07:00+01:00</published>
|
||||
<updated>2021-04-30T23:20:08+02:00</updated>
|
||||
<updated>2021-05-04T23:47:02+02:00</updated>
|
||||
<id>https://setto.basspistol.com/darkweb/</id>
|
||||
<content type="html">As dystopian as the present might seem on-line, there is always room for the strange in the cypher.
|
||||
|
||||
|
|
|
@ -411,6 +411,15 @@ _paq.push(['enableLinkTracking']);
|
|||
|
||||
|
||||
|
||||
|
||||
(function(w,d,t,u,n,a,m){w['MauticTrackingObject']=n;
|
||||
w[n]=w[n]||function(){(w[n].q=w[n].q||[]).push(arguments)},a=d.createElement(t),
|
||||
m=d.getElementsByTagName(t)[0];a.async=1;a.src=u;m.parentNode.insertBefore(a,m)
|
||||
})(window,document,'script','https://pr.basspistol.com/mtc.js','mt');
|
||||
|
||||
mt('send', 'pageview');
|
||||
|
||||
|
||||
} else {
|
||||
document.getElementById('cookie-notice').style.display = 'flex';
|
||||
|
||||
|
|
|
@ -572,6 +572,15 @@ _paq.push(['enableLinkTracking']);
|
|||
|
||||
|
||||
|
||||
|
||||
(function(w,d,t,u,n,a,m){w['MauticTrackingObject']=n;
|
||||
w[n]=w[n]||function(){(w[n].q=w[n].q||[]).push(arguments)},a=d.createElement(t),
|
||||
m=d.getElementsByTagName(t)[0];a.async=1;a.src=u;m.parentNode.insertBefore(a,m)
|
||||
})(window,document,'script','https://pr.basspistol.com/mtc.js','mt');
|
||||
|
||||
mt('send', 'pageview');
|
||||
|
||||
|
||||
} else {
|
||||
document.getElementById('cookie-notice').style.display = 'flex';
|
||||
|
||||
|
|
|
@ -586,6 +586,15 @@ _paq.push(['enableLinkTracking']);
|
|||
|
||||
|
||||
|
||||
|
||||
(function(w,d,t,u,n,a,m){w['MauticTrackingObject']=n;
|
||||
w[n]=w[n]||function(){(w[n].q=w[n].q||[]).push(arguments)},a=d.createElement(t),
|
||||
m=d.getElementsByTagName(t)[0];a.async=1;a.src=u;m.parentNode.insertBefore(a,m)
|
||||
})(window,document,'script','https://pr.basspistol.com/mtc.js','mt');
|
||||
|
||||
mt('send', 'pageview');
|
||||
|
||||
|
||||
} else {
|
||||
document.getElementById('cookie-notice').style.display = 'flex';
|
||||
|
||||
|
|
|
@ -627,6 +627,15 @@ _paq.push(['enableLinkTracking']);
|
|||
|
||||
|
||||
|
||||
|
||||
(function(w,d,t,u,n,a,m){w['MauticTrackingObject']=n;
|
||||
w[n]=w[n]||function(){(w[n].q=w[n].q||[]).push(arguments)},a=d.createElement(t),
|
||||
m=d.getElementsByTagName(t)[0];a.async=1;a.src=u;m.parentNode.insertBefore(a,m)
|
||||
})(window,document,'script','https://pr.basspistol.com/mtc.js','mt');
|
||||
|
||||
mt('send', 'pageview');
|
||||
|
||||
|
||||
} else {
|
||||
document.getElementById('cookie-notice').style.display = 'flex';
|
||||
|
||||
|
|
|
@ -641,6 +641,15 @@ _paq.push(['enableLinkTracking']);
|
|||
|
||||
|
||||
|
||||
|
||||
(function(w,d,t,u,n,a,m){w['MauticTrackingObject']=n;
|
||||
w[n]=w[n]||function(){(w[n].q=w[n].q||[]).push(arguments)},a=d.createElement(t),
|
||||
m=d.getElementsByTagName(t)[0];a.async=1;a.src=u;m.parentNode.insertBefore(a,m)
|
||||
})(window,document,'script','https://pr.basspistol.com/mtc.js','mt');
|
||||
|
||||
mt('send', 'pageview');
|
||||
|
||||
|
||||
} else {
|
||||
document.getElementById('cookie-notice').style.display = 'flex';
|
||||
|
||||
|
|
|
@ -671,6 +671,15 @@ _paq.push(['enableLinkTracking']);
|
|||
|
||||
|
||||
|
||||
|
||||
(function(w,d,t,u,n,a,m){w['MauticTrackingObject']=n;
|
||||
w[n]=w[n]||function(){(w[n].q=w[n].q||[]).push(arguments)},a=d.createElement(t),
|
||||
m=d.getElementsByTagName(t)[0];a.async=1;a.src=u;m.parentNode.insertBefore(a,m)
|
||||
})(window,document,'script','https://pr.basspistol.com/mtc.js','mt');
|
||||
|
||||
mt('send', 'pageview');
|
||||
|
||||
|
||||
} else {
|
||||
document.getElementById('cookie-notice').style.display = 'flex';
|
||||
|
||||
|
|
|
@ -601,6 +601,15 @@ _paq.push(['enableLinkTracking']);
|
|||
|
||||
|
||||
|
||||
|
||||
(function(w,d,t,u,n,a,m){w['MauticTrackingObject']=n;
|
||||
w[n]=w[n]||function(){(w[n].q=w[n].q||[]).push(arguments)},a=d.createElement(t),
|
||||
m=d.getElementsByTagName(t)[0];a.async=1;a.src=u;m.parentNode.insertBefore(a,m)
|
||||
})(window,document,'script','https://pr.basspistol.com/mtc.js','mt');
|
||||
|
||||
mt('send', 'pageview');
|
||||
|
||||
|
||||
} else {
|
||||
document.getElementById('cookie-notice').style.display = 'flex';
|
||||
|
||||
|
|
|
@ -601,6 +601,15 @@ _paq.push(['enableLinkTracking']);
|
|||
|
||||
|
||||
|
||||
|
||||
(function(w,d,t,u,n,a,m){w['MauticTrackingObject']=n;
|
||||
w[n]=w[n]||function(){(w[n].q=w[n].q||[]).push(arguments)},a=d.createElement(t),
|
||||
m=d.getElementsByTagName(t)[0];a.async=1;a.src=u;m.parentNode.insertBefore(a,m)
|
||||
})(window,document,'script','https://pr.basspistol.com/mtc.js','mt');
|
||||
|
||||
mt('send', 'pageview');
|
||||
|
||||
|
||||
} else {
|
||||
document.getElementById('cookie-notice').style.display = 'flex';
|
||||
|
||||
|
|
|
@ -46,7 +46,7 @@
|
|||
<title>Play "Darkweb" by 徒 Setto セット | 徒settoセット</title>
|
||||
<meta name="title" content="Play "Darkweb" by 徒 Setto セット" />
|
||||
<meta name="description" content="A release by 徒 Setto セット named "Darkweb" published on 徒settoセット" />
|
||||
<meta name="dc.date.modified" scheme="ISO8601" content="2021-04-30T23:20:08+02:00" />
|
||||
<meta name="dc.date.modified" scheme="ISO8601" content="2021-05-04T23:47:02+02:00" />
|
||||
<meta name="robots" content="index" />
|
||||
|
||||
<link rel="canonical" href="https://setto.basspistol.com/darkweb/" />
|
||||
|
@ -272,6 +272,7 @@
|
|||
2019
|
||||
</time>
|
||||
</p>
|
||||
<script type="text/javascript" src="https://pr.basspistol.com/form/generate.js?id=6"></script>
|
||||
<h6>
|
||||
Share this release:
|
||||
</h6>
|
||||
|
@ -829,7 +830,7 @@ Tu vas aussi kiffer
|
|||
</div>
|
||||
<p>©2021 Basspistol | <a href="../webcreds/">Credits</a> |
|
||||
<a href="../cookies/">Cookies & Privacy</a>
|
||||
<br />This page was last updated on Friday, Apr 30, 2021</p>
|
||||
<br />This page was last updated on Tuesday, May 04, 2021</p>
|
||||
</small>
|
||||
</div>
|
||||
</footer>
|
||||
|
@ -957,6 +958,15 @@ _paq.push(['enableLinkTracking']);
|
|||
|
||||
|
||||
|
||||
|
||||
(function(w,d,t,u,n,a,m){w['MauticTrackingObject']=n;
|
||||
w[n]=w[n]||function(){(w[n].q=w[n].q||[]).push(arguments)},a=d.createElement(t),
|
||||
m=d.getElementsByTagName(t)[0];a.async=1;a.src=u;m.parentNode.insertBefore(a,m)
|
||||
})(window,document,'script','https://pr.basspistol.com/mtc.js','mt');
|
||||
|
||||
mt('send', 'pageview');
|
||||
|
||||
|
||||
} else {
|
||||
document.getElementById('cookie-notice').style.display = 'flex';
|
||||
|
||||
|
|
|
@ -591,6 +591,15 @@ _paq.push(['enableLinkTracking']);
|
|||
|
||||
|
||||
|
||||
|
||||
(function(w,d,t,u,n,a,m){w['MauticTrackingObject']=n;
|
||||
w[n]=w[n]||function(){(w[n].q=w[n].q||[]).push(arguments)},a=d.createElement(t),
|
||||
m=d.getElementsByTagName(t)[0];a.async=1;a.src=u;m.parentNode.insertBefore(a,m)
|
||||
})(window,document,'script','https://pr.basspistol.com/mtc.js','mt');
|
||||
|
||||
mt('send', 'pageview');
|
||||
|
||||
|
||||
} else {
|
||||
document.getElementById('cookie-notice').style.display = 'flex';
|
||||
|
||||
|
|
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" />
|
||||
<link>https://setto.basspistol.com</link>
|
||||
<description>Set, Party, Gang! #Cybersoul.</description>
|
||||
<lastBuildDate>Tue, 04 May 2021 23:20:06 +0200</lastBuildDate>
|
||||
<lastBuildDate>Tue, 04 May 2021 23:47:05 +0200</lastBuildDate>
|
||||
<language>en-US</language>
|
||||
<generator>https://jekyllrb.com/</generator>
|
||||
<image>
|
||||
|
|
|
@ -233,6 +233,7 @@
|
|||
2019
|
||||
</time>
|
||||
</p>
|
||||
|
||||
<h6>
|
||||
Share this release:
|
||||
</h6>
|
||||
|
@ -794,6 +795,15 @@ _paq.push(['enableLinkTracking']);
|
|||
|
||||
|
||||
|
||||
|
||||
(function(w,d,t,u,n,a,m){w['MauticTrackingObject']=n;
|
||||
w[n]=w[n]||function(){(w[n].q=w[n].q||[]).push(arguments)},a=d.createElement(t),
|
||||
m=d.getElementsByTagName(t)[0];a.async=1;a.src=u;m.parentNode.insertBefore(a,m)
|
||||
})(window,document,'script','https://pr.basspistol.com/mtc.js','mt');
|
||||
|
||||
mt('send', 'pageview');
|
||||
|
||||
|
||||
} else {
|
||||
document.getElementById('cookie-notice').style.display = 'flex';
|
||||
|
||||
|
|
28
index.html
28
index.html
|
@ -38,7 +38,7 @@
|
|||
<title>Yo, web-TV crib! ゲットー・スービド | 徒settoセット</title>
|
||||
<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="dc.date.modified" scheme="ISO8601" content="2021-05-03T16:56:55+02:00" />
|
||||
<meta name="dc.date.modified" scheme="ISO8601" content="2021-05-04T23:47:02+02:00" />
|
||||
<meta name="robots" content="index" />
|
||||
|
||||
<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.Title" content="Yo, web-TV crib! ゲットー・スービド" />
|
||||
<meta name="dcterms.Contributor" content="徒settoセット" />
|
||||
<meta name="dcterms.Date" content="2021-05-03" />
|
||||
<meta name="dcterms.Date" content="2021-05-04" />
|
||||
<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 -->
|
||||
|
@ -73,7 +73,7 @@
|
|||
<meta property="og:url" content="https://setto.basspistol.com/" />
|
||||
<meta property="og:site_name" content="徒settoセット" />
|
||||
<meta property="og:type" content="webpage" />
|
||||
<meta property="article:published_time" content="2021-05-03T16:56:55+02:00" />
|
||||
<meta property="article:published_time" content="2021-05-04T23:47:02+02:00" />
|
||||
<meta property="og:image" content="https://setto.basspistol.com/images/pages/background-setto-v2-blus.svg" />
|
||||
<!-- Twitter Card -->
|
||||
|
||||
|
@ -215,14 +215,18 @@
|
|||
|
||||
<li id="random_posts"><a href="/discography" class="button">🔥</a></li>
|
||||
</ul>
|
||||
<h1>徒settoセット</h1>
|
||||
<p>The music of To Setto Setto is a cypher cloud jam induced by popcorn chewing threads in obscure chat-rooms.</p>
|
||||
</div>
|
||||
|
||||
<script type="text/javascript" src="//pr.basspistol.com/form/generate.js?id=10"></script>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</header>
|
||||
<section class="releases" id="read">
|
||||
<div class="content-wrapper" style="text-align: center;">
|
||||
<h1>徒settoセット</h1>
|
||||
<p>The music of To Setto Setto is a cypher cloud jam induced by popcorn chewing threads in obscure chat-rooms.</p>
|
||||
<h2>Releases</h2>
|
||||
<div class="container">
|
||||
|
||||
|
@ -527,6 +531,7 @@
|
|||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
@ -735,7 +740,7 @@
|
|||
</div>
|
||||
<p>©2021 Basspistol | <a href="./webcreds/">Credits</a> |
|
||||
<a href="./cookies/">Cookies & Privacy</a>
|
||||
<br />This page was last updated on Monday, May 03, 2021</p>
|
||||
<br />This page was last updated on Tuesday, May 04, 2021</p>
|
||||
</small>
|
||||
</div>
|
||||
</footer>
|
||||
|
@ -861,6 +866,15 @@ _paq.push(['enableLinkTracking']);
|
|||
|
||||
|
||||
|
||||
|
||||
(function(w,d,t,u,n,a,m){w['MauticTrackingObject']=n;
|
||||
w[n]=w[n]||function(){(w[n].q=w[n].q||[]).push(arguments)},a=d.createElement(t),
|
||||
m=d.getElementsByTagName(t)[0];a.async=1;a.src=u;m.parentNode.insertBefore(a,m)
|
||||
})(window,document,'script','https://pr.basspistol.com/mtc.js','mt');
|
||||
|
||||
mt('send', 'pageview');
|
||||
|
||||
|
||||
} else {
|
||||
document.getElementById('cookie-notice').style.display = 'flex';
|
||||
|
||||
|
|
|
@ -529,6 +529,15 @@ _paq.push(['enableLinkTracking']);
|
|||
|
||||
|
||||
|
||||
|
||||
(function(w,d,t,u,n,a,m){w['MauticTrackingObject']=n;
|
||||
w[n]=w[n]||function(){(w[n].q=w[n].q||[]).push(arguments)},a=d.createElement(t),
|
||||
m=d.getElementsByTagName(t)[0];a.async=1;a.src=u;m.parentNode.insertBefore(a,m)
|
||||
})(window,document,'script','https://pr.basspistol.com/mtc.js','mt');
|
||||
|
||||
mt('send', 'pageview');
|
||||
|
||||
|
||||
} else {
|
||||
document.getElementById('cookie-notice').style.display = 'flex';
|
||||
|
||||
|
|
|
@ -597,6 +597,15 @@ _paq.push(['enableLinkTracking']);
|
|||
|
||||
|
||||
|
||||
|
||||
(function(w,d,t,u,n,a,m){w['MauticTrackingObject']=n;
|
||||
w[n]=w[n]||function(){(w[n].q=w[n].q||[]).push(arguments)},a=d.createElement(t),
|
||||
m=d.getElementsByTagName(t)[0];a.async=1;a.src=u;m.parentNode.insertBefore(a,m)
|
||||
})(window,document,'script','https://pr.basspistol.com/mtc.js','mt');
|
||||
|
||||
mt('send', 'pageview');
|
||||
|
||||
|
||||
} else {
|
||||
document.getElementById('cookie-notice').style.display = 'flex';
|
||||
|
||||
|
|
|
@ -597,6 +597,15 @@ _paq.push(['enableLinkTracking']);
|
|||
|
||||
|
||||
|
||||
|
||||
(function(w,d,t,u,n,a,m){w['MauticTrackingObject']=n;
|
||||
w[n]=w[n]||function(){(w[n].q=w[n].q||[]).push(arguments)},a=d.createElement(t),
|
||||
m=d.getElementsByTagName(t)[0];a.async=1;a.src=u;m.parentNode.insertBefore(a,m)
|
||||
})(window,document,'script','https://pr.basspistol.com/mtc.js','mt');
|
||||
|
||||
mt('send', 'pageview');
|
||||
|
||||
|
||||
} else {
|
||||
document.getElementById('cookie-notice').style.display = 'flex';
|
||||
|
||||
|
|
|
@ -237,6 +237,7 @@
|
|||
2021
|
||||
</time>
|
||||
</p>
|
||||
|
||||
<h6>
|
||||
Share this release:
|
||||
</h6>
|
||||
|
@ -760,6 +761,15 @@ _paq.push(['enableLinkTracking']);
|
|||
|
||||
|
||||
|
||||
|
||||
(function(w,d,t,u,n,a,m){w['MauticTrackingObject']=n;
|
||||
w[n]=w[n]||function(){(w[n].q=w[n].q||[]).push(arguments)},a=d.createElement(t),
|
||||
m=d.getElementsByTagName(t)[0];a.async=1;a.src=u;m.parentNode.insertBefore(a,m)
|
||||
})(window,document,'script','https://pr.basspistol.com/mtc.js','mt');
|
||||
|
||||
mt('send', 'pageview');
|
||||
|
||||
|
||||
} else {
|
||||
document.getElementById('cookie-notice').style.display = 'flex';
|
||||
|
||||
|
|
|
@ -594,6 +594,15 @@ _paq.push(['enableLinkTracking']);
|
|||
|
||||
|
||||
|
||||
|
||||
(function(w,d,t,u,n,a,m){w['MauticTrackingObject']=n;
|
||||
w[n]=w[n]||function(){(w[n].q=w[n].q||[]).push(arguments)},a=d.createElement(t),
|
||||
m=d.getElementsByTagName(t)[0];a.async=1;a.src=u;m.parentNode.insertBefore(a,m)
|
||||
})(window,document,'script','https://pr.basspistol.com/mtc.js','mt');
|
||||
|
||||
mt('send', 'pageview');
|
||||
|
||||
|
||||
} else {
|
||||
document.getElementById('cookie-notice').style.display = 'flex';
|
||||
|
||||
|
|
|
@ -217,6 +217,7 @@
|
|||
2020
|
||||
</time>
|
||||
</p>
|
||||
|
||||
<h6>
|
||||
Share this release:
|
||||
</h6>
|
||||
|
@ -707,6 +708,15 @@ _paq.push(['enableLinkTracking']);
|
|||
|
||||
|
||||
|
||||
|
||||
(function(w,d,t,u,n,a,m){w['MauticTrackingObject']=n;
|
||||
w[n]=w[n]||function(){(w[n].q=w[n].q||[]).push(arguments)},a=d.createElement(t),
|
||||
m=d.getElementsByTagName(t)[0];a.async=1;a.src=u;m.parentNode.insertBefore(a,m)
|
||||
})(window,document,'script','https://pr.basspistol.com/mtc.js','mt');
|
||||
|
||||
mt('send', 'pageview');
|
||||
|
||||
|
||||
} else {
|
||||
document.getElementById('cookie-notice').style.display = 'flex';
|
||||
|
||||
|
|
|
@ -515,6 +515,15 @@ _paq.push(['enableLinkTracking']);
|
|||
|
||||
|
||||
|
||||
|
||||
(function(w,d,t,u,n,a,m){w['MauticTrackingObject']=n;
|
||||
w[n]=w[n]||function(){(w[n].q=w[n].q||[]).push(arguments)},a=d.createElement(t),
|
||||
m=d.getElementsByTagName(t)[0];a.async=1;a.src=u;m.parentNode.insertBefore(a,m)
|
||||
})(window,document,'script','https://pr.basspistol.com/mtc.js','mt');
|
||||
|
||||
mt('send', 'pageview');
|
||||
|
||||
|
||||
} else {
|
||||
document.getElementById('cookie-notice').style.display = 'flex';
|
||||
|
||||
|
|
|
@ -497,6 +497,15 @@ _paq.push(['enableLinkTracking']);
|
|||
|
||||
|
||||
|
||||
|
||||
(function(w,d,t,u,n,a,m){w['MauticTrackingObject']=n;
|
||||
w[n]=w[n]||function(){(w[n].q=w[n].q||[]).push(arguments)},a=d.createElement(t),
|
||||
m=d.getElementsByTagName(t)[0];a.async=1;a.src=u;m.parentNode.insertBefore(a,m)
|
||||
})(window,document,'script','https://pr.basspistol.com/mtc.js','mt');
|
||||
|
||||
mt('send', 'pageview');
|
||||
|
||||
|
||||
} else {
|
||||
document.getElementById('cookie-notice').style.display = 'flex';
|
||||
|
||||
|
|
|
@ -660,6 +660,15 @@ _paq.push(['enableLinkTracking']);
|
|||
|
||||
|
||||
|
||||
|
||||
(function(w,d,t,u,n,a,m){w['MauticTrackingObject']=n;
|
||||
w[n]=w[n]||function(){(w[n].q=w[n].q||[]).push(arguments)},a=d.createElement(t),
|
||||
m=d.getElementsByTagName(t)[0];a.async=1;a.src=u;m.parentNode.insertBefore(a,m)
|
||||
})(window,document,'script','https://pr.basspistol.com/mtc.js','mt');
|
||||
|
||||
mt('send', 'pageview');
|
||||
|
||||
|
||||
} else {
|
||||
document.getElementById('cookie-notice').style.display = 'flex';
|
||||
|
||||
|
|
|
@ -635,6 +635,15 @@ _paq.push(['enableLinkTracking']);
|
|||
|
||||
|
||||
|
||||
|
||||
(function(w,d,t,u,n,a,m){w['MauticTrackingObject']=n;
|
||||
w[n]=w[n]||function(){(w[n].q=w[n].q||[]).push(arguments)},a=d.createElement(t),
|
||||
m=d.getElementsByTagName(t)[0];a.async=1;a.src=u;m.parentNode.insertBefore(a,m)
|
||||
})(window,document,'script','https://pr.basspistol.com/mtc.js','mt');
|
||||
|
||||
mt('send', 'pageview');
|
||||
|
||||
|
||||
} else {
|
||||
document.getElementById('cookie-notice').style.display = 'flex';
|
||||
|
||||
|
|
|
@ -232,6 +232,7 @@
|
|||
2018
|
||||
</time>
|
||||
</p>
|
||||
|
||||
<h6>
|
||||
Share this release:
|
||||
</h6>
|
||||
|
@ -856,6 +857,15 @@ _paq.push(['enableLinkTracking']);
|
|||
|
||||
|
||||
|
||||
|
||||
(function(w,d,t,u,n,a,m){w['MauticTrackingObject']=n;
|
||||
w[n]=w[n]||function(){(w[n].q=w[n].q||[]).push(arguments)},a=d.createElement(t),
|
||||
m=d.getElementsByTagName(t)[0];a.async=1;a.src=u;m.parentNode.insertBefore(a,m)
|
||||
})(window,document,'script','https://pr.basspistol.com/mtc.js','mt');
|
||||
|
||||
mt('send', 'pageview');
|
||||
|
||||
|
||||
} else {
|
||||
document.getElementById('cookie-notice').style.display = 'flex';
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
</url>
|
||||
<url>
|
||||
<loc>https://setto.basspistol.com/darkweb/</loc>
|
||||
<lastmod>2021-04-30T23:20:08+02:00</lastmod>
|
||||
<lastmod>2021-05-04T23:47:02+02:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://setto.basspistol.com/granny-is-a-cyborg-now/</loc>
|
||||
|
@ -102,7 +102,7 @@
|
|||
</url>
|
||||
<url>
|
||||
<loc>https://setto.basspistol.com/</loc>
|
||||
<lastmod>2021-05-03T16:56:55+02:00</lastmod>
|
||||
<lastmod>2021-05-04T23:47:02+02:00</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://setto.basspistol.com/links/</loc>
|
||||
|
|
|
@ -508,6 +508,15 @@ _paq.push(['enableLinkTracking']);
|
|||
|
||||
|
||||
|
||||
|
||||
(function(w,d,t,u,n,a,m){w['MauticTrackingObject']=n;
|
||||
w[n]=w[n]||function(){(w[n].q=w[n].q||[]).push(arguments)},a=d.createElement(t),
|
||||
m=d.getElementsByTagName(t)[0];a.async=1;a.src=u;m.parentNode.insertBefore(a,m)
|
||||
})(window,document,'script','https://pr.basspistol.com/mtc.js','mt');
|
||||
|
||||
mt('send', 'pageview');
|
||||
|
||||
|
||||
} else {
|
||||
document.getElementById('cookie-notice').style.display = 'flex';
|
||||
|
||||
|
|
|
@ -639,6 +639,15 @@ _paq.push(['enableLinkTracking']);
|
|||
|
||||
|
||||
|
||||
|
||||
(function(w,d,t,u,n,a,m){w['MauticTrackingObject']=n;
|
||||
w[n]=w[n]||function(){(w[n].q=w[n].q||[]).push(arguments)},a=d.createElement(t),
|
||||
m=d.getElementsByTagName(t)[0];a.async=1;a.src=u;m.parentNode.insertBefore(a,m)
|
||||
})(window,document,'script','https://pr.basspistol.com/mtc.js','mt');
|
||||
|
||||
mt('send', 'pageview');
|
||||
|
||||
|
||||
} else {
|
||||
document.getElementById('cookie-notice').style.display = 'flex';
|
||||
|
||||
|
|
|
@ -620,6 +620,15 @@ _paq.push(['enableLinkTracking']);
|
|||
|
||||
|
||||
|
||||
|
||||
(function(w,d,t,u,n,a,m){w['MauticTrackingObject']=n;
|
||||
w[n]=w[n]||function(){(w[n].q=w[n].q||[]).push(arguments)},a=d.createElement(t),
|
||||
m=d.getElementsByTagName(t)[0];a.async=1;a.src=u;m.parentNode.insertBefore(a,m)
|
||||
})(window,document,'script','https://pr.basspistol.com/mtc.js','mt');
|
||||
|
||||
mt('send', 'pageview');
|
||||
|
||||
|
||||
} else {
|
||||
document.getElementById('cookie-notice').style.display = 'flex';
|
||||
|
||||
|
|
|
@ -237,6 +237,7 @@ Open your mind, open the source!</p>
|
|||
2020
|
||||
</time>
|
||||
</p>
|
||||
|
||||
<h6>
|
||||
Share this release:
|
||||
</h6>
|
||||
|
@ -845,6 +846,15 @@ _paq.push(['enableLinkTracking']);
|
|||
|
||||
|
||||
|
||||
|
||||
(function(w,d,t,u,n,a,m){w['MauticTrackingObject']=n;
|
||||
w[n]=w[n]||function(){(w[n].q=w[n].q||[]).push(arguments)},a=d.createElement(t),
|
||||
m=d.getElementsByTagName(t)[0];a.async=1;a.src=u;m.parentNode.insertBefore(a,m)
|
||||
})(window,document,'script','https://pr.basspistol.com/mtc.js','mt');
|
||||
|
||||
mt('send', 'pageview');
|
||||
|
||||
|
||||
} else {
|
||||
document.getElementById('cookie-notice').style.display = 'flex';
|
||||
|
||||
|
|
|
@ -420,6 +420,15 @@ _paq.push(['enableLinkTracking']);
|
|||
|
||||
|
||||
|
||||
|
||||
(function(w,d,t,u,n,a,m){w['MauticTrackingObject']=n;
|
||||
w[n]=w[n]||function(){(w[n].q=w[n].q||[]).push(arguments)},a=d.createElement(t),
|
||||
m=d.getElementsByTagName(t)[0];a.async=1;a.src=u;m.parentNode.insertBefore(a,m)
|
||||
})(window,document,'script','https://pr.basspistol.com/mtc.js','mt');
|
||||
|
||||
mt('send', 'pageview');
|
||||
|
||||
|
||||
} else {
|
||||
document.getElementById('cookie-notice').style.display = 'flex';
|
||||
|
||||
|
|
Loading…
Reference in a new issue