Updated 35 files via CloudCannon
This commit is contained in:
parent
08c8a5feec
commit
31c3ed7492
35 changed files with 1351 additions and 353 deletions
|
|
@ -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="2020-08-04T10:18:11+00:00" />
|
||||
<meta name="dc.date.modified" scheme="ISO8601" content="2020-08-05T08:56:44+00:00" />
|
||||
<meta name="robots" content="index" />
|
||||
|
||||
<link rel="canonical" href="https://setto.basspistol.com/darkweb/" />
|
||||
|
|
@ -105,11 +105,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.css" />
|
||||
<link rel="stylesheet" href="../assets/css/main-20200805.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.css" /></noscript>
|
||||
<noscript><link rel="stylesheet" href="../assets/css/noscripts-20200805.css" /></noscript>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
|
@ -120,10 +120,22 @@
|
|||
<script src="/assets/js/jquery-3.5.1.min.js"></script>
|
||||
<header class="hero" style="background-image: url(/images/darkweb.jpg);">
|
||||
<div>
|
||||
<h1>Darkweb</h1>
|
||||
<p>As dystopian as the present might seem on-line, there is always room for the strange in the cypher...</p>
|
||||
</div>
|
||||
<div class="imagecontainer"></div>
|
||||
<h1>Darkweb</h1>
|
||||
<p>As dystopian as the present might seem on-line, there is always room for the strange in the cypher...</p>
|
||||
|
||||
<p><a href="#npImage" class="button">Listen</a></p>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
<div class="imagecontainer">
|
||||
|
||||
</div>
|
||||
|
||||
<video autoplay muted loop id="myVideo">
|
||||
<source src="/videos/darkweb.webm" type="video/mp4">
|
||||
</video>
|
||||
|
||||
</header>
|
||||
|
||||
|
||||
|
|
@ -185,7 +197,9 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="noJSalbum">
|
||||
|
||||
<div class="coverartwrapper">
|
||||
<div class="coverartwrapped" style="background-image: url(/images/darkweb.jpg);"></div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="plItem">
|
||||
|
|
@ -230,12 +244,14 @@
|
|||
|
||||
</div>
|
||||
|
||||
|
||||
<div class="coverart">
|
||||
<div class="coverartwrapper">
|
||||
<div id="npImage" class="coverartwrapped"></div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div id="author">
|
||||
<div class="bio">
|
||||
<p><a href="mailto:setto@basspistol.com"><strong>徒 setto セット</strong></a></p>
|
||||
|
|
@ -541,6 +557,7 @@
|
|||
if ((index + 1) < trackCount) {
|
||||
index++;
|
||||
loadTrack(index);
|
||||
playTrack(index);
|
||||
audio.play();
|
||||
} else {
|
||||
audio.pause();
|
||||
|
|
@ -872,7 +889,7 @@ _paq.push(['enableLinkTracking']);
|
|||
|
||||
|
||||
|
||||
<script src="../assets/js/set.js"></script>
|
||||
<script src="../assets/js/set-20200805.js"></script>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue