Updated 31 files via CloudCannon

This commit is contained in:
CloudCannon 2020-08-10 10:48:06 +00:00
parent 44a3d814fa
commit f6debd4def
31 changed files with 144 additions and 48 deletions

View file

@ -121,7 +121,7 @@
<script src="/assets/js/jquery-3.5.1.min.js"></script>
<header class="hero" style="background-image: url(/images/darkweb.jpg);">
<header class="hero" >
<div class="textcontainer">
<h1>Darkweb</h1>
<p>As dystopian as the present might seem on-line, there is always room for the strange in the cypher...</p>
@ -894,7 +894,11 @@ _paq.push(['enableLinkTracking']);
<script src="../assets/js/set-20200805.js"></script>
<div class="fullscreen-bg">
<video autoplay muted loop poster="/images/darkweb.jpg" class="fullscreen-bg__video">
<source src="/videos/darkweb.webm" type="video/mp4">
</video>
</div>
<script>
window.onload = function () {
var script = document.createElement('script');