Updated 37 files via CloudCannon
This commit is contained in:
parent
3714ef3b76
commit
af8d11eec3
35 changed files with 2025 additions and 313 deletions
|
|
@ -94,11 +94,11 @@
|
|||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
|
||||
<link rel="stylesheet" href="../../../assets/css/all.min.css" />
|
||||
<link rel="stylesheet" href="../../../assets/css/main-20200810.css" />
|
||||
<link rel="stylesheet" href="../../../assets/css/main-20200811.css" />
|
||||
<link rel="apple-touch-icon" href="https://setto.basspistol.com/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" href="https://setto.basspistol.com/touch-icon.png" sizes="192x192">
|
||||
<link rel="shortcut icon" href="https://setto.basspistol.com/images/setto-logoicon.svg" type="image/png" />
|
||||
<noscript><link rel="stylesheet" href="../../../assets/css/noscripts-20200810.css" /></noscript>
|
||||
<noscript><link rel="stylesheet" href="../../../assets/css/noscripts-20200811.css" /></noscript>
|
||||
<link rel="manifest" href="/manifest.json" />
|
||||
<meta name="theme-color" content="#3c2a52"/>
|
||||
|
||||
|
|
@ -487,8 +487,84 @@
|
|||
|
||||
|
||||
<!-- End Navigation -->
|
||||
<div id="zafari" class="modalDialog">
|
||||
<div>
|
||||
<h2>Hey Safari User!</h2>
|
||||
<p>Amazing! You are surfing the web with one of the leading browsers to download another browser! Such luxury! <br />
|
||||
To listen to 徒 setto セット's music, these are your options:
|
||||
<ul>
|
||||
<li><a href="https://www.mozilla.org/en-US/firefox/new/" target="_blank" rel="noopener" class="button">Download Firefox</a></li>
|
||||
<li><a href="https://open.spotify.com/artist/0gus2IdSkfrvFDBPqeiksM/" target="_blank" rel="noopener" class="button">Use Spotify</a></li>
|
||||
</ul>
|
||||
<br />
|
||||
If you like browsing the web this way and you really just want to see if this 徒 setto セット thing is for real:<br />
|
||||
<ul>
|
||||
<li>
|
||||
<a href="#" onclick="youMadBro()" class="button">Proceed anyway</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
||||
</p>
|
||||
|
||||
|
||||
<section class="streambox">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h2>This track can't be obtained</h2>
|
||||
<p>Stream, follow, like and subscribe!</p>
|
||||
<div class="streamer">
|
||||
|
||||
|
||||
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'Bandcamp']);" target="_blank" rel="noopener" href="https://shop.basspistol.com" title="Stream from Bandcamp" class="icon fab fa-bandcamp"><span class="label">Bandcamp</span></a>
|
||||
|
||||
|
||||
|
||||
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'Spotify']);" target="_blank" rel="noopener" href="https://open.spotify.com/artist/0gus2IdSkfrvFDBPqeiksM/" title="Stream from Spotify" class="icon fab fa-spotify"><span class="label">Spotify</span></a>
|
||||
|
||||
|
||||
|
||||
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'Tidal']);" target="_blank" rel="noopener" href="https://listen.tidal.com/artist/10745925" title="Stream from Tidal" class="icon fab fa-creative-commons-sampling"><span class="label">Tidal</span></a>
|
||||
|
||||
|
||||
|
||||
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'AppleMusic']);" target="_blank" rel="noopener" href="https://itunes.apple.com/us/artist/%E5%BE%92-setto-%E3%82%BB%E3%83%83%E3%83%88/1447055514" title="Stream from Apple Music" class="icon fab fa-apple"><span class="label">Apple Music</span></a>
|
||||
|
||||
|
||||
|
||||
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'GooglePlay']);" target="_blank" rel="noopener" href="https://play.google.com/store/music/artist/%E5%BE%92_setto_%E3%82%BB%E3%83%83%E3%83%88?id=Ayi4avjpfyinbrepzebpsvpjc5a" title="Stream from Google Play" class="icon fab fa-google-play"><span class="label">Google Play</span></a>
|
||||
|
||||
|
||||
|
||||
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'Deezer']);" target="_blank" rel="noopener" href="https://www.deezer.com/fr/artist/56004012" title="Stream from Deezer" class="icon fab fa-deezer"><span class="label">Deezer</span></a>
|
||||
|
||||
|
||||
|
||||
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'Napster']);" target="_blank" rel="noopener" href="https://us.napster.com/artist/-setto-" title="Stream from Napster" class="icon fab fa-napster"><span class="label">Napster</span></a>
|
||||
|
||||
|
||||
|
||||
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'Youtube']);" target="_blank" rel="noopener" href="https://www.youtube.com/channel/UCKlONOrOgNQjBjxUyPj4jcw/playlists" title="Stream from Youtube" class="icon fab fa-youtube"><span class="label">Youtube</span></a>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="cookie-notice">
|
||||
|
||||
<p>I only use cookies if you consent to it. They don't contain any identifiable info: they just let me know if you
|
||||
|
|
@ -603,6 +679,7 @@ _paq.push(['enableLinkTracking']);
|
|||
|
||||
|
||||
<script src="../../../assets/js/set-20200805.js"></script>
|
||||
<script src="../../../assets/js/zafari.js"></script>
|
||||
|
||||
|
||||
<script>
|
||||
|
|
|
|||
|
|
@ -94,11 +94,11 @@
|
|||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
|
||||
<link rel="stylesheet" href="../../../assets/css/all.min.css" />
|
||||
<link rel="stylesheet" href="../../../assets/css/main-20200810.css" />
|
||||
<link rel="stylesheet" href="../../../assets/css/main-20200811.css" />
|
||||
<link rel="apple-touch-icon" href="https://setto.basspistol.com/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" href="https://setto.basspistol.com/touch-icon.png" sizes="192x192">
|
||||
<link rel="shortcut icon" href="https://setto.basspistol.com/images/setto-logoicon.svg" type="image/png" />
|
||||
<noscript><link rel="stylesheet" href="../../../assets/css/noscripts-20200810.css" /></noscript>
|
||||
<noscript><link rel="stylesheet" href="../../../assets/css/noscripts-20200811.css" /></noscript>
|
||||
<link rel="manifest" href="/manifest.json" />
|
||||
<meta name="theme-color" content="#3c2a52"/>
|
||||
|
||||
|
|
@ -539,8 +539,89 @@ Je yeuxt vers l'avant de temps en temps.
|
|||
|
||||
|
||||
<!-- End Navigation -->
|
||||
<div id="zafari" class="modalDialog">
|
||||
<div>
|
||||
<h2>Hey Safari User!</h2>
|
||||
<p>Amazing! You are surfing the web with one of the leading browsers to download another browser! Such luxury! <br />
|
||||
To listen to 徒 setto セット's music, these are your options:
|
||||
<ul>
|
||||
<li><a href="https://www.mozilla.org/en-US/firefox/new/" target="_blank" rel="noopener" class="button">Download Firefox</a></li>
|
||||
<li><a href="https://open.spotify.com/artist/0gus2IdSkfrvFDBPqeiksM/" target="_blank" rel="noopener" class="button">Use Spotify</a></li>
|
||||
</ul>
|
||||
<br />
|
||||
If you like browsing the web this way and you really just want to see if this 徒 setto セット thing is for real:<br />
|
||||
<ul>
|
||||
<li>
|
||||
<a href="#" onclick="youMadBro()" class="button">Proceed anyway</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
||||
</p>
|
||||
|
||||
|
||||
<section class="streambox">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h2>Get this track</h2>
|
||||
<div class="streamer">
|
||||
|
||||
|
||||
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'Bandcamp']);" target="_blank" rel="noopener" href="https://shop.basspistol.com/album/darkweb" title="Stream from Bandcamp" class="icon fab fa-bandcamp"><span class="label">Bandcamp</span></a>
|
||||
|
||||
|
||||
|
||||
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'Spotify']);" target="_blank" rel="noopener" href="https://open.spotify.com/album/0meSZO7BeGoHJc6BWnRvhN" title="Stream from Spotify" class="icon fab fa-spotify"><span class="label">Spotify</span></a>
|
||||
|
||||
|
||||
|
||||
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'Tidal']);" target="_blank" rel="noopener" href="https://listen.tidal.com/album/102587870" title="Stream from Tidal" class="icon fab fa-creative-commons-sampling"><span class="label">Tidal</span></a>
|
||||
|
||||
|
||||
|
||||
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'AppleMusic']);" target="_blank" rel="noopener" href="https://itunes.apple.com/us/album/darkweb-single/1449847586" title="Stream from Apple Music" class="icon fab fa-apple"><span class="label">Apple Music</span></a>
|
||||
|
||||
|
||||
|
||||
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'GooglePlay']);" target="_blank" rel="noopener" href="https://play.google.com/store/music/album/%E5%BE%92_setto_%E3%82%BB%E3%83%83%E3%83%88_Darkweb?id=Bcrzzrtj7yfcyladynit7hg4age" title="Stream from Google Play" class="icon fab fa-google-play"><span class="label">Google Play</span></a>
|
||||
|
||||
|
||||
|
||||
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'Deezer']);" target="_blank" rel="noopener" href="https://www.deezer.com/fr/album/84669482" title="Stream from Deezer" class="icon fab fa-deezer"><span class="label">Deezer</span></a>
|
||||
|
||||
|
||||
|
||||
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'Napster']);" target="_blank" rel="noopener" href="https://us.napster.com/artist/-setto-/album/darkweb-single" title="Stream from Napster" class="icon fab fa-napster"><span class="label">Napster</span></a>
|
||||
|
||||
|
||||
|
||||
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'Youtube']);" target="_blank" rel="noopener" href="https://www.youtube.com/playlist?list=OLAK5uy_khsKshJLKdcurSUZzssZliYbrVOQx9GT8" title="Stream from Youtube" class="icon fab fa-youtube"><span class="label">Youtube</span></a>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="cookie-notice">
|
||||
|
||||
<p>I only use cookies if you consent to it. They don't contain any identifiable info: they just let me know if you
|
||||
|
|
@ -655,6 +736,7 @@ _paq.push(['enableLinkTracking']);
|
|||
|
||||
|
||||
<script src="../../../assets/js/set-20200805.js"></script>
|
||||
<script src="../../../assets/js/zafari.js"></script>
|
||||
|
||||
|
||||
<script>
|
||||
|
|
|
|||
|
|
@ -94,11 +94,11 @@
|
|||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
|
||||
<link rel="stylesheet" href="../../../assets/css/all.min.css" />
|
||||
<link rel="stylesheet" href="../../../assets/css/main-20200810.css" />
|
||||
<link rel="stylesheet" href="../../../assets/css/main-20200811.css" />
|
||||
<link rel="apple-touch-icon" href="https://setto.basspistol.com/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" href="https://setto.basspistol.com/touch-icon.png" sizes="192x192">
|
||||
<link rel="shortcut icon" href="https://setto.basspistol.com/images/setto-logoicon.svg" type="image/png" />
|
||||
<noscript><link rel="stylesheet" href="../../../assets/css/noscripts-20200810.css" /></noscript>
|
||||
<noscript><link rel="stylesheet" href="../../../assets/css/noscripts-20200811.css" /></noscript>
|
||||
<link rel="manifest" href="/manifest.json" />
|
||||
<meta name="theme-color" content="#3c2a52"/>
|
||||
|
||||
|
|
@ -569,8 +569,89 @@ Tu vas aussi kiffer
|
|||
|
||||
|
||||
<!-- End Navigation -->
|
||||
<div id="zafari" class="modalDialog">
|
||||
<div>
|
||||
<h2>Hey Safari User!</h2>
|
||||
<p>Amazing! You are surfing the web with one of the leading browsers to download another browser! Such luxury! <br />
|
||||
To listen to 徒 setto セット's music, these are your options:
|
||||
<ul>
|
||||
<li><a href="https://www.mozilla.org/en-US/firefox/new/" target="_blank" rel="noopener" class="button">Download Firefox</a></li>
|
||||
<li><a href="https://open.spotify.com/artist/0gus2IdSkfrvFDBPqeiksM/" target="_blank" rel="noopener" class="button">Use Spotify</a></li>
|
||||
</ul>
|
||||
<br />
|
||||
If you like browsing the web this way and you really just want to see if this 徒 setto セット thing is for real:<br />
|
||||
<ul>
|
||||
<li>
|
||||
<a href="#" onclick="youMadBro()" class="button">Proceed anyway</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
||||
</p>
|
||||
|
||||
|
||||
<section class="streambox">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h2>Get this track</h2>
|
||||
<div class="streamer">
|
||||
|
||||
|
||||
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'Bandcamp']);" target="_blank" rel="noopener" href="https://shop.basspistol.com/album/darkweb" title="Stream from Bandcamp" class="icon fab fa-bandcamp"><span class="label">Bandcamp</span></a>
|
||||
|
||||
|
||||
|
||||
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'Spotify']);" target="_blank" rel="noopener" href="https://open.spotify.com/album/0meSZO7BeGoHJc6BWnRvhN" title="Stream from Spotify" class="icon fab fa-spotify"><span class="label">Spotify</span></a>
|
||||
|
||||
|
||||
|
||||
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'Tidal']);" target="_blank" rel="noopener" href="https://listen.tidal.com/album/102587870" title="Stream from Tidal" class="icon fab fa-creative-commons-sampling"><span class="label">Tidal</span></a>
|
||||
|
||||
|
||||
|
||||
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'AppleMusic']);" target="_blank" rel="noopener" href="https://itunes.apple.com/us/album/darkweb-single/1449847586" title="Stream from Apple Music" class="icon fab fa-apple"><span class="label">Apple Music</span></a>
|
||||
|
||||
|
||||
|
||||
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'GooglePlay']);" target="_blank" rel="noopener" href="https://play.google.com/store/music/album/%E5%BE%92_setto_%E3%82%BB%E3%83%83%E3%83%88_Darkweb?id=Bcrzzrtj7yfcyladynit7hg4age" title="Stream from Google Play" class="icon fab fa-google-play"><span class="label">Google Play</span></a>
|
||||
|
||||
|
||||
|
||||
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'Deezer']);" target="_blank" rel="noopener" href="https://www.deezer.com/fr/album/84669482" title="Stream from Deezer" class="icon fab fa-deezer"><span class="label">Deezer</span></a>
|
||||
|
||||
|
||||
|
||||
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'Napster']);" target="_blank" rel="noopener" href="https://us.napster.com/artist/-setto-/album/darkweb-single" title="Stream from Napster" class="icon fab fa-napster"><span class="label">Napster</span></a>
|
||||
|
||||
|
||||
|
||||
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'Youtube']);" target="_blank" rel="noopener" href="https://www.youtube.com/playlist?list=OLAK5uy_khsKshJLKdcurSUZzssZliYbrVOQx9GT8" title="Stream from Youtube" class="icon fab fa-youtube"><span class="label">Youtube</span></a>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="cookie-notice">
|
||||
|
||||
<p>I only use cookies if you consent to it. They don't contain any identifiable info: they just let me know if you
|
||||
|
|
@ -685,6 +766,7 @@ _paq.push(['enableLinkTracking']);
|
|||
|
||||
|
||||
<script src="../../../assets/js/set-20200805.js"></script>
|
||||
<script src="../../../assets/js/zafari.js"></script>
|
||||
|
||||
|
||||
<script>
|
||||
|
|
|
|||
|
|
@ -94,11 +94,11 @@
|
|||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
|
||||
<link rel="stylesheet" href="../../../assets/css/all.min.css" />
|
||||
<link rel="stylesheet" href="../../../assets/css/main-20200810.css" />
|
||||
<link rel="stylesheet" href="../../../assets/css/main-20200811.css" />
|
||||
<link rel="apple-touch-icon" href="https://setto.basspistol.com/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" href="https://setto.basspistol.com/touch-icon.png" sizes="192x192">
|
||||
<link rel="shortcut icon" href="https://setto.basspistol.com/images/setto-logoicon.svg" type="image/png" />
|
||||
<noscript><link rel="stylesheet" href="../../../assets/css/noscripts-20200810.css" /></noscript>
|
||||
<noscript><link rel="stylesheet" href="../../../assets/css/noscripts-20200811.css" /></noscript>
|
||||
<link rel="manifest" href="/manifest.json" />
|
||||
<meta name="theme-color" content="#3c2a52"/>
|
||||
|
||||
|
|
@ -499,8 +499,89 @@
|
|||
|
||||
|
||||
<!-- End Navigation -->
|
||||
<div id="zafari" class="modalDialog">
|
||||
<div>
|
||||
<h2>Hey Safari User!</h2>
|
||||
<p>Amazing! You are surfing the web with one of the leading browsers to download another browser! Such luxury! <br />
|
||||
To listen to 徒 setto セット's music, these are your options:
|
||||
<ul>
|
||||
<li><a href="https://www.mozilla.org/en-US/firefox/new/" target="_blank" rel="noopener" class="button">Download Firefox</a></li>
|
||||
<li><a href="https://open.spotify.com/artist/0gus2IdSkfrvFDBPqeiksM/" target="_blank" rel="noopener" class="button">Use Spotify</a></li>
|
||||
</ul>
|
||||
<br />
|
||||
If you like browsing the web this way and you really just want to see if this 徒 setto セット thing is for real:<br />
|
||||
<ul>
|
||||
<li>
|
||||
<a href="#" onclick="youMadBro()" class="button">Proceed anyway</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
||||
</p>
|
||||
|
||||
|
||||
<section class="streambox">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h2>Get this track</h2>
|
||||
<div class="streamer">
|
||||
|
||||
|
||||
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'Bandcamp']);" target="_blank" rel="noopener" href="https://shop.basspistol.com/album/darkweb" title="Stream from Bandcamp" class="icon fab fa-bandcamp"><span class="label">Bandcamp</span></a>
|
||||
|
||||
|
||||
|
||||
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'Spotify']);" target="_blank" rel="noopener" href="https://open.spotify.com/album/0meSZO7BeGoHJc6BWnRvhN" title="Stream from Spotify" class="icon fab fa-spotify"><span class="label">Spotify</span></a>
|
||||
|
||||
|
||||
|
||||
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'Tidal']);" target="_blank" rel="noopener" href="https://listen.tidal.com/album/102587870" title="Stream from Tidal" class="icon fab fa-creative-commons-sampling"><span class="label">Tidal</span></a>
|
||||
|
||||
|
||||
|
||||
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'AppleMusic']);" target="_blank" rel="noopener" href="https://itunes.apple.com/us/album/darkweb-single/1449847586" title="Stream from Apple Music" class="icon fab fa-apple"><span class="label">Apple Music</span></a>
|
||||
|
||||
|
||||
|
||||
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'GooglePlay']);" target="_blank" rel="noopener" href="https://play.google.com/store/music/album/%E5%BE%92_setto_%E3%82%BB%E3%83%83%E3%83%88_Darkweb?id=Bcrzzrtj7yfcyladynit7hg4age" title="Stream from Google Play" class="icon fab fa-google-play"><span class="label">Google Play</span></a>
|
||||
|
||||
|
||||
|
||||
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'Deezer']);" target="_blank" rel="noopener" href="https://www.deezer.com/fr/album/84669482" title="Stream from Deezer" class="icon fab fa-deezer"><span class="label">Deezer</span></a>
|
||||
|
||||
|
||||
|
||||
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'Napster']);" target="_blank" rel="noopener" href="https://us.napster.com/artist/-setto-/album/darkweb-single" title="Stream from Napster" class="icon fab fa-napster"><span class="label">Napster</span></a>
|
||||
|
||||
|
||||
|
||||
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'Youtube']);" target="_blank" rel="noopener" href="https://www.youtube.com/playlist?list=OLAK5uy_khsKshJLKdcurSUZzssZliYbrVOQx9GT8" title="Stream from Youtube" class="icon fab fa-youtube"><span class="label">Youtube</span></a>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="cookie-notice">
|
||||
|
||||
<p>I only use cookies if you consent to it. They don't contain any identifiable info: they just let me know if you
|
||||
|
|
@ -615,6 +696,7 @@ _paq.push(['enableLinkTracking']);
|
|||
|
||||
|
||||
<script src="../../../assets/js/set-20200805.js"></script>
|
||||
<script src="../../../assets/js/zafari.js"></script>
|
||||
|
||||
|
||||
<script>
|
||||
|
|
|
|||
|
|
@ -94,11 +94,11 @@
|
|||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
|
||||
<link rel="stylesheet" href="../../../assets/css/all.min.css" />
|
||||
<link rel="stylesheet" href="../../../assets/css/main-20200810.css" />
|
||||
<link rel="stylesheet" href="../../../assets/css/main-20200811.css" />
|
||||
<link rel="apple-touch-icon" href="https://setto.basspistol.com/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" href="https://setto.basspistol.com/touch-icon.png" sizes="192x192">
|
||||
<link rel="shortcut icon" href="https://setto.basspistol.com/images/setto-logoicon.svg" type="image/png" />
|
||||
<noscript><link rel="stylesheet" href="../../../assets/css/noscripts-20200810.css" /></noscript>
|
||||
<noscript><link rel="stylesheet" href="../../../assets/css/noscripts-20200811.css" /></noscript>
|
||||
<link rel="manifest" href="/manifest.json" />
|
||||
<meta name="theme-color" content="#3c2a52"/>
|
||||
|
||||
|
|
@ -499,8 +499,89 @@
|
|||
|
||||
|
||||
<!-- End Navigation -->
|
||||
<div id="zafari" class="modalDialog">
|
||||
<div>
|
||||
<h2>Hey Safari User!</h2>
|
||||
<p>Amazing! You are surfing the web with one of the leading browsers to download another browser! Such luxury! <br />
|
||||
To listen to 徒 setto セット's music, these are your options:
|
||||
<ul>
|
||||
<li><a href="https://www.mozilla.org/en-US/firefox/new/" target="_blank" rel="noopener" class="button">Download Firefox</a></li>
|
||||
<li><a href="https://open.spotify.com/artist/0gus2IdSkfrvFDBPqeiksM/" target="_blank" rel="noopener" class="button">Use Spotify</a></li>
|
||||
</ul>
|
||||
<br />
|
||||
If you like browsing the web this way and you really just want to see if this 徒 setto セット thing is for real:<br />
|
||||
<ul>
|
||||
<li>
|
||||
<a href="#" onclick="youMadBro()" class="button">Proceed anyway</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
||||
</p>
|
||||
|
||||
|
||||
<section class="streambox">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h2>Get this track</h2>
|
||||
<div class="streamer">
|
||||
|
||||
|
||||
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'Bandcamp']);" target="_blank" rel="noopener" href="https://shop.basspistol.com/album/darkweb" title="Stream from Bandcamp" class="icon fab fa-bandcamp"><span class="label">Bandcamp</span></a>
|
||||
|
||||
|
||||
|
||||
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'Spotify']);" target="_blank" rel="noopener" href="https://open.spotify.com/album/0meSZO7BeGoHJc6BWnRvhN" title="Stream from Spotify" class="icon fab fa-spotify"><span class="label">Spotify</span></a>
|
||||
|
||||
|
||||
|
||||
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'Tidal']);" target="_blank" rel="noopener" href="https://listen.tidal.com/album/102587870" title="Stream from Tidal" class="icon fab fa-creative-commons-sampling"><span class="label">Tidal</span></a>
|
||||
|
||||
|
||||
|
||||
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'AppleMusic']);" target="_blank" rel="noopener" href="https://itunes.apple.com/us/album/darkweb-single/1449847586" title="Stream from Apple Music" class="icon fab fa-apple"><span class="label">Apple Music</span></a>
|
||||
|
||||
|
||||
|
||||
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'GooglePlay']);" target="_blank" rel="noopener" href="https://play.google.com/store/music/album/%E5%BE%92_setto_%E3%82%BB%E3%83%83%E3%83%88_Darkweb?id=Bcrzzrtj7yfcyladynit7hg4age" title="Stream from Google Play" class="icon fab fa-google-play"><span class="label">Google Play</span></a>
|
||||
|
||||
|
||||
|
||||
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'Deezer']);" target="_blank" rel="noopener" href="https://www.deezer.com/fr/album/84669482" title="Stream from Deezer" class="icon fab fa-deezer"><span class="label">Deezer</span></a>
|
||||
|
||||
|
||||
|
||||
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'Napster']);" target="_blank" rel="noopener" href="https://us.napster.com/artist/-setto-/album/darkweb-single" title="Stream from Napster" class="icon fab fa-napster"><span class="label">Napster</span></a>
|
||||
|
||||
|
||||
|
||||
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'Youtube']);" target="_blank" rel="noopener" href="https://www.youtube.com/playlist?list=OLAK5uy_khsKshJLKdcurSUZzssZliYbrVOQx9GT8" title="Stream from Youtube" class="icon fab fa-youtube"><span class="label">Youtube</span></a>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="cookie-notice">
|
||||
|
||||
<p>I only use cookies if you consent to it. They don't contain any identifiable info: they just let me know if you
|
||||
|
|
@ -615,6 +696,7 @@ _paq.push(['enableLinkTracking']);
|
|||
|
||||
|
||||
<script src="../../../assets/js/set-20200805.js"></script>
|
||||
<script src="../../../assets/js/zafari.js"></script>
|
||||
|
||||
|
||||
<script>
|
||||
|
|
|
|||
|
|
@ -94,11 +94,11 @@
|
|||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
|
||||
<link rel="stylesheet" href="../../../assets/css/all.min.css" />
|
||||
<link rel="stylesheet" href="../../../assets/css/main-20200810.css" />
|
||||
<link rel="stylesheet" href="../../../assets/css/main-20200811.css" />
|
||||
<link rel="apple-touch-icon" href="https://setto.basspistol.com/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" href="https://setto.basspistol.com/touch-icon.png" sizes="192x192">
|
||||
<link rel="shortcut icon" href="https://setto.basspistol.com/images/setto-logoicon.svg" type="image/png" />
|
||||
<noscript><link rel="stylesheet" href="../../../assets/css/noscripts-20200810.css" /></noscript>
|
||||
<noscript><link rel="stylesheet" href="../../../assets/css/noscripts-20200811.css" /></noscript>
|
||||
<link rel="manifest" href="/manifest.json" />
|
||||
<meta name="theme-color" content="#3c2a52"/>
|
||||
|
||||
|
|
@ -492,8 +492,82 @@
|
|||
|
||||
|
||||
<!-- End Navigation -->
|
||||
<div id="zafari" class="modalDialog">
|
||||
<div>
|
||||
<h2>Hey Safari User!</h2>
|
||||
<p>Amazing! You are surfing the web with one of the leading browsers to download another browser! Such luxury! <br />
|
||||
To listen to 徒 setto セット's music, these are your options:
|
||||
<ul>
|
||||
<li><a href="https://www.mozilla.org/en-US/firefox/new/" target="_blank" rel="noopener" class="button">Download Firefox</a></li>
|
||||
<li><a href="https://open.spotify.com/artist/0gus2IdSkfrvFDBPqeiksM/" target="_blank" rel="noopener" class="button">Use Spotify</a></li>
|
||||
</ul>
|
||||
<br />
|
||||
If you like browsing the web this way and you really just want to see if this 徒 setto セット thing is for real:<br />
|
||||
<ul>
|
||||
<li>
|
||||
<a href="#" onclick="youMadBro()" class="button">Proceed anyway</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
||||
</p>
|
||||
|
||||
|
||||
<section class="streambox">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h2>This track can't be obtained</h2>
|
||||
<p>Stream, follow, like and subscribe!</p>
|
||||
<div class="streamer">
|
||||
|
||||
|
||||
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'Bandcamp']);" target="_blank" rel="noopener" href="https://shop.basspistol.com" title="Stream from Bandcamp" class="icon fab fa-bandcamp"><span class="label">Bandcamp</span></a>
|
||||
|
||||
|
||||
|
||||
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'Spotify']);" target="_blank" rel="noopener" href="https://open.spotify.com/artist/0gus2IdSkfrvFDBPqeiksM/" title="Stream from Spotify" class="icon fab fa-spotify"><span class="label">Spotify</span></a>
|
||||
|
||||
|
||||
|
||||
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'Tidal']);" target="_blank" rel="noopener" href="https://listen.tidal.com/artist/10745925" title="Stream from Tidal" class="icon fab fa-creative-commons-sampling"><span class="label">Tidal</span></a>
|
||||
|
||||
|
||||
|
||||
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'AppleMusic']);" target="_blank" rel="noopener" href="https://itunes.apple.com/us/artist/%E5%BE%92-setto-%E3%82%BB%E3%83%83%E3%83%88/1447055514" title="Stream from Apple Music" class="icon fab fa-apple"><span class="label">Apple Music</span></a>
|
||||
|
||||
|
||||
|
||||
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'GooglePlay']);" target="_blank" rel="noopener" href="https://play.google.com/store/music/artist/%E5%BE%92_setto_%E3%82%BB%E3%83%83%E3%83%88?id=Ayi4avjpfyinbrepzebpsvpjc5a" title="Stream from Google Play" class="icon fab fa-google-play"><span class="label">Google Play</span></a>
|
||||
|
||||
|
||||
|
||||
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'Deezer']);" target="_blank" rel="noopener" href="https://www.deezer.com/fr/artist/56004012" title="Stream from Deezer" class="icon fab fa-deezer"><span class="label">Deezer</span></a>
|
||||
|
||||
|
||||
|
||||
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'Napster']);" target="_blank" rel="noopener" href="https://us.napster.com/artist/-setto-" title="Stream from Napster" class="icon fab fa-napster"><span class="label">Napster</span></a>
|
||||
|
||||
|
||||
|
||||
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'Youtube']);" target="_blank" rel="noopener" href="https://www.youtube.com/channel/UCKlONOrOgNQjBjxUyPj4jcw/playlists" title="Stream from Youtube" class="icon fab fa-youtube"><span class="label">Youtube</span></a>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="cookie-notice">
|
||||
|
||||
<p>I only use cookies if you consent to it. They don't contain any identifiable info: they just let me know if you
|
||||
|
|
@ -608,6 +682,7 @@ _paq.push(['enableLinkTracking']);
|
|||
|
||||
|
||||
<script src="../../../assets/js/set-20200805.js"></script>
|
||||
<script src="../../../assets/js/zafari.js"></script>
|
||||
|
||||
|
||||
<script>
|
||||
|
|
|
|||
|
|
@ -94,11 +94,11 @@
|
|||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
|
||||
<link rel="stylesheet" href="../../../assets/css/all.min.css" />
|
||||
<link rel="stylesheet" href="../../../assets/css/main-20200810.css" />
|
||||
<link rel="stylesheet" href="../../../assets/css/main-20200811.css" />
|
||||
<link rel="apple-touch-icon" href="https://setto.basspistol.com/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" href="https://setto.basspistol.com/touch-icon.png" sizes="192x192">
|
||||
<link rel="shortcut icon" href="https://setto.basspistol.com/images/setto-logoicon.svg" type="image/png" />
|
||||
<noscript><link rel="stylesheet" href="../../../assets/css/noscripts-20200810.css" /></noscript>
|
||||
<noscript><link rel="stylesheet" href="../../../assets/css/noscripts-20200811.css" /></noscript>
|
||||
<link rel="manifest" href="/manifest.json" />
|
||||
<meta name="theme-color" content="#3c2a52"/>
|
||||
|
||||
|
|
@ -558,8 +558,89 @@ WTF coucou
|
|||
|
||||
|
||||
<!-- End Navigation -->
|
||||
<div id="zafari" class="modalDialog">
|
||||
<div>
|
||||
<h2>Hey Safari User!</h2>
|
||||
<p>Amazing! You are surfing the web with one of the leading browsers to download another browser! Such luxury! <br />
|
||||
To listen to 徒 setto セット's music, these are your options:
|
||||
<ul>
|
||||
<li><a href="https://www.mozilla.org/en-US/firefox/new/" target="_blank" rel="noopener" class="button">Download Firefox</a></li>
|
||||
<li><a href="https://open.spotify.com/artist/0gus2IdSkfrvFDBPqeiksM/" target="_blank" rel="noopener" class="button">Use Spotify</a></li>
|
||||
</ul>
|
||||
<br />
|
||||
If you like browsing the web this way and you really just want to see if this 徒 setto セット thing is for real:<br />
|
||||
<ul>
|
||||
<li>
|
||||
<a href="#" onclick="youMadBro()" class="button">Proceed anyway</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
||||
</p>
|
||||
|
||||
|
||||
<section class="streambox">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h2>Get this track</h2>
|
||||
<div class="streamer">
|
||||
|
||||
|
||||
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'Bandcamp']);" target="_blank" rel="noopener" href="https://shop.basspistol.com/album/satoshi-mon-ami" title="Stream from Bandcamp" class="icon fab fa-bandcamp"><span class="label">Bandcamp</span></a>
|
||||
|
||||
|
||||
|
||||
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'Tidal']);" target="_blank" rel="noopener" href="https://listen.tidal.com/album/101186541" title="Stream from Tidal" class="icon fab fa-creative-commons-sampling"><span class="label">Tidal</span></a>
|
||||
|
||||
|
||||
|
||||
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'Spotify']);" target="_blank" rel="noopener" href="https://open.spotify.com/album/116YJCcI5T9Iw9UBQCvJWF" title="Stream from Spotify" class="icon fab fa-spotify"><span class="label">Spotify</span></a>
|
||||
|
||||
|
||||
|
||||
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'AppleMusic']);" target="_blank" rel="noopener" href="https://itunes.apple.com/us/album/satoshi-mon-ami-single/1447055511?uo=4&app=music&at=1001lry3&ct=dashboard" title="Stream from Apple Music" class="icon fab fa-apple"><span class="label">Apple Music</span></a>
|
||||
|
||||
|
||||
|
||||
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'GooglePlay']);" target="_blank" rel="noopener" href="https://play.google.com/store/music/album/%E5%BE%92_setto_%E3%82%BB%E3%83%83%E3%83%88_Satoshi_mon_ami?id=Bygwvidl75kflmclmchl6wc5uba" title="Stream from Google Play" class="icon fab fa-google-play"><span class="label">Google Play</span></a>
|
||||
|
||||
|
||||
|
||||
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'Deezer']);" target="_blank" rel="noopener" href="https://www.deezer.com/album/82118382" title="Stream from Deezer" class="icon fab fa-deezer"><span class="label">Deezer</span></a>
|
||||
|
||||
|
||||
|
||||
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'Napster']);" target="_blank" rel="noopener" href="https://us.napster.com/artist/-setto-/album/satoshi-mon-ami" title="Stream from Napster" class="icon fab fa-napster"><span class="label">Napster</span></a>
|
||||
|
||||
|
||||
|
||||
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'Youtube']);" target="_blank" rel="noopener" href="https://www.youtube.com/playlist?list=OLAK5uy_nyQUN9OxdEy7wHql798vuBxt6o4GQhdQk" title="Stream from Youtube" class="icon fab fa-youtube"><span class="label">Youtube</span></a>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="cookie-notice">
|
||||
|
||||
<p>I only use cookies if you consent to it. They don't contain any identifiable info: they just let me know if you
|
||||
|
|
@ -674,6 +755,7 @@ _paq.push(['enableLinkTracking']);
|
|||
|
||||
|
||||
<script src="../../../assets/js/set-20200805.js"></script>
|
||||
<script src="../../../assets/js/zafari.js"></script>
|
||||
|
||||
|
||||
<script>
|
||||
|
|
|
|||
|
|
@ -94,11 +94,11 @@
|
|||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
|
||||
<link rel="stylesheet" href="../../../assets/css/all.min.css" />
|
||||
<link rel="stylesheet" href="../../../assets/css/main-20200810.css" />
|
||||
<link rel="stylesheet" href="../../../assets/css/main-20200811.css" />
|
||||
<link rel="apple-touch-icon" href="https://setto.basspistol.com/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" href="https://setto.basspistol.com/touch-icon.png" sizes="192x192">
|
||||
<link rel="shortcut icon" href="https://setto.basspistol.com/images/setto-logoicon.svg" type="image/png" />
|
||||
<noscript><link rel="stylesheet" href="../../../assets/css/noscripts-20200810.css" /></noscript>
|
||||
<noscript><link rel="stylesheet" href="../../../assets/css/noscripts-20200811.css" /></noscript>
|
||||
<link rel="manifest" href="/manifest.json" />
|
||||
<meta name="theme-color" content="#3c2a52"/>
|
||||
|
||||
|
|
@ -533,8 +533,89 @@ Fois en moi, mais cette fois, toujours pas toi
|
|||
|
||||
|
||||
<!-- End Navigation -->
|
||||
<div id="zafari" class="modalDialog">
|
||||
<div>
|
||||
<h2>Hey Safari User!</h2>
|
||||
<p>Amazing! You are surfing the web with one of the leading browsers to download another browser! Such luxury! <br />
|
||||
To listen to 徒 setto セット's music, these are your options:
|
||||
<ul>
|
||||
<li><a href="https://www.mozilla.org/en-US/firefox/new/" target="_blank" rel="noopener" class="button">Download Firefox</a></li>
|
||||
<li><a href="https://open.spotify.com/artist/0gus2IdSkfrvFDBPqeiksM/" target="_blank" rel="noopener" class="button">Use Spotify</a></li>
|
||||
</ul>
|
||||
<br />
|
||||
If you like browsing the web this way and you really just want to see if this 徒 setto セット thing is for real:<br />
|
||||
<ul>
|
||||
<li>
|
||||
<a href="#" onclick="youMadBro()" class="button">Proceed anyway</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
||||
</p>
|
||||
|
||||
|
||||
<section class="streambox">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h2>Get this track</h2>
|
||||
<div class="streamer">
|
||||
|
||||
|
||||
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'Bandcamp']);" target="_blank" rel="noopener" href="https://shop.basspistol.com/album/satoshi-mon-ami" title="Stream from Bandcamp" class="icon fab fa-bandcamp"><span class="label">Bandcamp</span></a>
|
||||
|
||||
|
||||
|
||||
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'Tidal']);" target="_blank" rel="noopener" href="https://listen.tidal.com/album/101186541" title="Stream from Tidal" class="icon fab fa-creative-commons-sampling"><span class="label">Tidal</span></a>
|
||||
|
||||
|
||||
|
||||
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'Spotify']);" target="_blank" rel="noopener" href="https://open.spotify.com/album/116YJCcI5T9Iw9UBQCvJWF" title="Stream from Spotify" class="icon fab fa-spotify"><span class="label">Spotify</span></a>
|
||||
|
||||
|
||||
|
||||
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'AppleMusic']);" target="_blank" rel="noopener" href="https://itunes.apple.com/us/album/satoshi-mon-ami-single/1447055511?uo=4&app=music&at=1001lry3&ct=dashboard" title="Stream from Apple Music" class="icon fab fa-apple"><span class="label">Apple Music</span></a>
|
||||
|
||||
|
||||
|
||||
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'GooglePlay']);" target="_blank" rel="noopener" href="https://play.google.com/store/music/album/%E5%BE%92_setto_%E3%82%BB%E3%83%83%E3%83%88_Satoshi_mon_ami?id=Bygwvidl75kflmclmchl6wc5uba" title="Stream from Google Play" class="icon fab fa-google-play"><span class="label">Google Play</span></a>
|
||||
|
||||
|
||||
|
||||
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'Deezer']);" target="_blank" rel="noopener" href="https://www.deezer.com/album/82118382" title="Stream from Deezer" class="icon fab fa-deezer"><span class="label">Deezer</span></a>
|
||||
|
||||
|
||||
|
||||
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'Napster']);" target="_blank" rel="noopener" href="https://us.napster.com/artist/-setto-/album/satoshi-mon-ami" title="Stream from Napster" class="icon fab fa-napster"><span class="label">Napster</span></a>
|
||||
|
||||
|
||||
|
||||
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'Youtube']);" target="_blank" rel="noopener" href="https://www.youtube.com/playlist?list=OLAK5uy_nyQUN9OxdEy7wHql798vuBxt6o4GQhdQk" title="Stream from Youtube" class="icon fab fa-youtube"><span class="label">Youtube</span></a>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="cookie-notice">
|
||||
|
||||
<p>I only use cookies if you consent to it. They don't contain any identifiable info: they just let me know if you
|
||||
|
|
@ -649,6 +730,7 @@ _paq.push(['enableLinkTracking']);
|
|||
|
||||
|
||||
<script src="../../../assets/js/set-20200805.js"></script>
|
||||
<script src="../../../assets/js/zafari.js"></script>
|
||||
|
||||
|
||||
<script>
|
||||
|
|
|
|||
|
|
@ -94,11 +94,11 @@
|
|||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
|
||||
<link rel="stylesheet" href="../../../assets/css/all.min.css" />
|
||||
<link rel="stylesheet" href="../../../assets/css/main-20200810.css" />
|
||||
<link rel="stylesheet" href="../../../assets/css/main-20200811.css" />
|
||||
<link rel="apple-touch-icon" href="https://setto.basspistol.com/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" href="https://setto.basspistol.com/touch-icon.png" sizes="192x192">
|
||||
<link rel="shortcut icon" href="https://setto.basspistol.com/images/setto-logoicon.svg" type="image/png" />
|
||||
<noscript><link rel="stylesheet" href="../../../assets/css/noscripts-20200810.css" /></noscript>
|
||||
<noscript><link rel="stylesheet" href="../../../assets/css/noscripts-20200811.css" /></noscript>
|
||||
<link rel="manifest" href="/manifest.json" />
|
||||
<meta name="theme-color" content="#3c2a52"/>
|
||||
|
||||
|
|
@ -529,8 +529,81 @@ Sudo apt upgrade<br />
|
|||
|
||||
|
||||
<!-- End Navigation -->
|
||||
<div id="zafari" class="modalDialog">
|
||||
<div>
|
||||
<h2>Hey Safari User!</h2>
|
||||
<p>Amazing! You are surfing the web with one of the leading browsers to download another browser! Such luxury! <br />
|
||||
To listen to 徒 setto セット's music, these are your options:
|
||||
<ul>
|
||||
<li><a href="https://www.mozilla.org/en-US/firefox/new/" target="_blank" rel="noopener" class="button">Download Firefox</a></li>
|
||||
<li><a href="https://open.spotify.com/artist/0gus2IdSkfrvFDBPqeiksM/" target="_blank" rel="noopener" class="button">Use Spotify</a></li>
|
||||
</ul>
|
||||
<br />
|
||||
If you like browsing the web this way and you really just want to see if this 徒 setto セット thing is for real:<br />
|
||||
<ul>
|
||||
<li>
|
||||
<a href="#" onclick="youMadBro()" class="button">Proceed anyway</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
||||
</p>
|
||||
|
||||
|
||||
<section class="streambox">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h2>Get this track</h2>
|
||||
<div class="streamer">
|
||||
|
||||
|
||||
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'Spotify']);" target="_blank" rel="noopener" href="https://open.spotify.com/album/2UBSokWbYLy0JqrwoGRp0K" title="Stream from Spotify" class="icon fab fa-spotify"><span class="label">Spotify</span></a>
|
||||
|
||||
|
||||
|
||||
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'Tidal']);" target="_blank" rel="noopener" href="https://listen.tidal.com/album/149706362" title="Stream from Tidal" class="icon fab fa-creative-commons-sampling"><span class="label">Tidal</span></a>
|
||||
|
||||
|
||||
|
||||
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'Apple']);" target="_blank" rel="noopener" href="https://music.apple.com/us/album/unmet-dependencies-single/1524841124?uo=4&app=music&at=1001lry3&ct=dashboard" title="Stream from Apple" class="icon fab fa-apple"><span class="label">Apple</span></a>
|
||||
|
||||
|
||||
|
||||
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'Bandcamp']);" target="_blank" rel="noopener" href="https://shop.basspistol.com/album/unmet-dependencies" title="Stream from Bandcamp" class="icon fab fa-bandcamp"><span class="label">Bandcamp</span></a>
|
||||
|
||||
|
||||
|
||||
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'Deezer']);" target="_blank" rel="noopener" href="https://www.deezer.com/us/album/162768022" title="Stream from Deezer" class="icon fab fa-deezer"><span class="label">Deezer</span></a>
|
||||
|
||||
|
||||
|
||||
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'Youtube']);" target="_blank" rel="noopener" href="https://www.youtube.com/playlist?list=OLAK5uy_nwAxqTcjZHW6XjNwHPkEd30jYsYcHJM_k" title="Stream from Youtube" class="icon fab fa-youtube"><span class="label">Youtube</span></a>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="cookie-notice">
|
||||
|
||||
<p>I only use cookies if you consent to it. They don't contain any identifiable info: they just let me know if you
|
||||
|
|
@ -645,6 +718,7 @@ _paq.push(['enableLinkTracking']);
|
|||
|
||||
|
||||
<script src="../../../assets/js/set-20200805.js"></script>
|
||||
<script src="../../../assets/js/zafari.js"></script>
|
||||
|
||||
|
||||
<script>
|
||||
|
|
|
|||
|
|
@ -94,11 +94,11 @@
|
|||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
|
||||
<link rel="stylesheet" href="../../../assets/css/all.min.css" />
|
||||
<link rel="stylesheet" href="../../../assets/css/main-20200810.css" />
|
||||
<link rel="stylesheet" href="../../../assets/css/main-20200811.css" />
|
||||
<link rel="apple-touch-icon" href="https://setto.basspistol.com/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" href="https://setto.basspistol.com/touch-icon.png" sizes="192x192">
|
||||
<link rel="shortcut icon" href="https://setto.basspistol.com/images/setto-logoicon.svg" type="image/png" />
|
||||
<noscript><link rel="stylesheet" href="../../../assets/css/noscripts-20200810.css" /></noscript>
|
||||
<noscript><link rel="stylesheet" href="../../../assets/css/noscripts-20200811.css" /></noscript>
|
||||
<link rel="manifest" href="/manifest.json" />
|
||||
<meta name="theme-color" content="#3c2a52"/>
|
||||
|
||||
|
|
@ -510,8 +510,81 @@ This is what together we should refute.<br />
|
|||
|
||||
|
||||
<!-- End Navigation -->
|
||||
<div id="zafari" class="modalDialog">
|
||||
<div>
|
||||
<h2>Hey Safari User!</h2>
|
||||
<p>Amazing! You are surfing the web with one of the leading browsers to download another browser! Such luxury! <br />
|
||||
To listen to 徒 setto セット's music, these are your options:
|
||||
<ul>
|
||||
<li><a href="https://www.mozilla.org/en-US/firefox/new/" target="_blank" rel="noopener" class="button">Download Firefox</a></li>
|
||||
<li><a href="https://open.spotify.com/artist/0gus2IdSkfrvFDBPqeiksM/" target="_blank" rel="noopener" class="button">Use Spotify</a></li>
|
||||
</ul>
|
||||
<br />
|
||||
If you like browsing the web this way and you really just want to see if this 徒 setto セット thing is for real:<br />
|
||||
<ul>
|
||||
<li>
|
||||
<a href="#" onclick="youMadBro()" class="button">Proceed anyway</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
||||
</p>
|
||||
|
||||
|
||||
<section class="streambox">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h2>Get this track</h2>
|
||||
<div class="streamer">
|
||||
|
||||
|
||||
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'Spotify']);" target="_blank" rel="noopener" href="https://open.spotify.com/album/2UBSokWbYLy0JqrwoGRp0K" title="Stream from Spotify" class="icon fab fa-spotify"><span class="label">Spotify</span></a>
|
||||
|
||||
|
||||
|
||||
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'Tidal']);" target="_blank" rel="noopener" href="https://listen.tidal.com/album/149706362" title="Stream from Tidal" class="icon fab fa-creative-commons-sampling"><span class="label">Tidal</span></a>
|
||||
|
||||
|
||||
|
||||
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'Apple']);" target="_blank" rel="noopener" href="https://music.apple.com/us/album/unmet-dependencies-single/1524841124?uo=4&app=music&at=1001lry3&ct=dashboard" title="Stream from Apple" class="icon fab fa-apple"><span class="label">Apple</span></a>
|
||||
|
||||
|
||||
|
||||
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'Bandcamp']);" target="_blank" rel="noopener" href="https://shop.basspistol.com/album/unmet-dependencies" title="Stream from Bandcamp" class="icon fab fa-bandcamp"><span class="label">Bandcamp</span></a>
|
||||
|
||||
|
||||
|
||||
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'Deezer']);" target="_blank" rel="noopener" href="https://www.deezer.com/us/album/162768022" title="Stream from Deezer" class="icon fab fa-deezer"><span class="label">Deezer</span></a>
|
||||
|
||||
|
||||
|
||||
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'Youtube']);" target="_blank" rel="noopener" href="https://www.youtube.com/playlist?list=OLAK5uy_nwAxqTcjZHW6XjNwHPkEd30jYsYcHJM_k" title="Stream from Youtube" class="icon fab fa-youtube"><span class="label">Youtube</span></a>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="cookie-notice">
|
||||
|
||||
<p>I only use cookies if you consent to it. They don't contain any identifiable info: they just let me know if you
|
||||
|
|
@ -626,6 +699,7 @@ _paq.push(['enableLinkTracking']);
|
|||
|
||||
|
||||
<script src="../../../assets/js/set-20200805.js"></script>
|
||||
<script src="../../../assets/js/zafari.js"></script>
|
||||
|
||||
|
||||
<script>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue