dynamise 404
This commit is contained in:
parent
1c601fe2a3
commit
7efda8ee31
1 changed files with 3 additions and 142 deletions
145
404.html
145
404.html
|
|
@ -140,31 +140,11 @@ layout: nil
|
||||||
<p>©2020 Basspistol | <a href="/webcreds/">Credits</a> | <a href="/cookies/">Cookies & Privacy</a></p>
|
<p>©2020 Basspistol | <a href="/webcreds/">Credits</a> | <a href="/cookies/">Cookies & Privacy</a></p>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
</div>
|
|
||||||
<!-- Navigation -->
|
|
||||||
|
|
||||||
<a id="logo" class="logo" href="#navbar" onclick="blurBody()"> </a>
|
|
||||||
<div id="navbar" style="display: block;" class="modalDialog">
|
|
||||||
<a href="#close" onclick="removeBlur()"><div id="closearea"> </div></a>
|
|
||||||
<nav>
|
|
||||||
<a href="#close" title="Close" onclick="removeBlur()" class="close-button close" style="margin: 0 auto;">X</a>
|
|
||||||
<ul>
|
|
||||||
|
|
||||||
<li><a href="/" class="button small">Home</a></li>
|
|
||||||
|
|
||||||
|
|
||||||
<li><a href="/#album0" onclick="removeBlur()" class="button small smooth-scroll-middle">music</a></li>
|
|
||||||
</ul>
|
|
||||||
</nav>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
{% include navigation.html %}
|
||||||
|
|
||||||
<!-- End Navigation -->
|
<!-- Scripts -->
|
||||||
<!-- Scripts -->
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script src="/assets/js/jquery.min.js"></script>
|
<script src="/assets/js/jquery.min.js"></script>
|
||||||
<script src="/assets/js/jquery.scrollex.min.js"></script>
|
<script src="/assets/js/jquery.scrollex.min.js"></script>
|
||||||
|
|
@ -174,127 +154,8 @@ layout: nil
|
||||||
<script src="/assets/js/util.js"></script>
|
<script src="/assets/js/util.js"></script>
|
||||||
<script src="/assets/js/main.js"></script>
|
<script src="/assets/js/main.js"></script>
|
||||||
<script src="/assets/js/set.js"></script>
|
<script src="/assets/js/set.js"></script>
|
||||||
<!-- <script>
|
|
||||||
var lang = navigator.language || navigator.userLanguage;
|
|
||||||
if (lang.indexOf('sv') == 0)
|
|
||||||
window.location = '/';
|
|
||||||
else
|
|
||||||
window.location = '/en/';
|
|
||||||
</script> -->
|
|
||||||
|
|
||||||
<div id="cookie-notice">
|
|
||||||
<p>I only use cookies if you agree to it. They don't contain any identifiable information about you, but they will just let me know if you comeback! <strong>If you accept the cookies, and come back in 2 days i'll give you a freebie!</strong> <br />Click <a href="#" id="cookie-notice-decline">here</a> if you want this shit to go away and never bother with cookies again. <br />Read more about how basspistol <a href="/en/cookies/">use of cookies</a> </p>
|
|
||||||
<a class="button small yes" href="#" id="cookie-notice-accept">Tasty Freebie!</a>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<script>
|
{% include cookie-consent.html %}
|
||||||
function createCookie(name, value, days) {
|
|
||||||
var expires = "";
|
|
||||||
if (days) {
|
|
||||||
var date = new Date();
|
|
||||||
date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
|
|
||||||
expires = "; expires=" + date.toUTCString();
|
|
||||||
}
|
|
||||||
document.cookie = name + "=" + value + expires + "; path=/";
|
|
||||||
}
|
|
||||||
function readCookie(name) {
|
|
||||||
var nameEQ = name + "=";
|
|
||||||
var ca = document.cookie.split(';');
|
|
||||||
for (var i = 0; i < ca.length; i++) {
|
|
||||||
var c = ca[i];
|
|
||||||
while (c.charAt(0) == ' ') c = c.substring(1, c.length);
|
|
||||||
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length, c.length);
|
|
||||||
}
|
|
||||||
return null;
|
|
||||||
}
|
|
||||||
function eraseCookie(name) {
|
|
||||||
createCookie(name, "", -1);
|
|
||||||
}
|
|
||||||
|
|
||||||
if (readCookie('cookie-notice-dismissed') == 'wantCookies') {
|
|
||||||
|
|
||||||
|
|
||||||
//* Matomo *//
|
|
||||||
|
|
||||||
var _paq = window._paq || [];
|
|
||||||
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
|
||||||
_paq.push(['setDocumentTitle', '404/URL = ' + encodeURIComponent(document.location.pathname+document.location.search) + '/From = ' + encodeURIComponent(document.referrer)]);
|
|
||||||
_paq.push(['disableCookies']);
|
|
||||||
_paq.push(['trackPageView']);
|
|
||||||
_paq.push(['enableLinkTracking']);
|
|
||||||
(function() {
|
|
||||||
var u="https://terminalnetwork.matomo.cloud/";
|
|
||||||
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
|
||||||
_paq.push(['setSiteId', '14']);
|
|
||||||
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
|
||||||
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
|
||||||
})();
|
|
||||||
|
|
||||||
//* End Matomo *//
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
} else {
|
|
||||||
document.getElementById('cookie-notice').style.display = 'flex';
|
|
||||||
|
|
||||||
var _paq = window._paq || [];
|
|
||||||
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
|
||||||
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
|
||||||
_paq.push(["disableCookies"]);
|
|
||||||
_paq.push(['trackPageView']);
|
|
||||||
_paq.push(['enableLinkTracking']);
|
|
||||||
(function() {
|
|
||||||
var u="https://terminalnetwork.matomo.cloud/";
|
|
||||||
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
|
||||||
_paq.push(['setSiteId', '14']);
|
|
||||||
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
|
||||||
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
|
||||||
})();
|
|
||||||
|
|
||||||
|
|
||||||
}
|
|
||||||
if (readCookie('cookie-notice-dismissed') == 'dontWantCookies') {
|
|
||||||
document.getElementById('cookie-notice').style.display = 'none';
|
|
||||||
|
|
||||||
var _paq = window._paq || [];
|
|
||||||
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
|
||||||
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
|
||||||
_paq.push(["disableCookies"]);
|
|
||||||
_paq.push(['trackPageView']);
|
|
||||||
_paq.push(['enableLinkTracking']);
|
|
||||||
(function() {
|
|
||||||
var u="https://terminalnetwork.matomo.cloud/";
|
|
||||||
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
|
||||||
_paq.push(['setSiteId', '14']);
|
|
||||||
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
|
||||||
g.type='text/javascript'; g.async=true; g.defer=true; g.src='//cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
|
||||||
})();
|
|
||||||
|
|
||||||
}
|
|
||||||
document.getElementById('cookie-notice-accept').addEventListener("click", function () {
|
|
||||||
createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
|
||||||
document.getElementById('cookie-notice').style.display = 'none';
|
|
||||||
_paq.push(['trackEvent', 'Consent', 'wantCookie']);
|
|
||||||
location.reload();
|
|
||||||
});
|
|
||||||
|
|
||||||
document.getElementById('cookie-notice-decline').addEventListener("click", function () {
|
|
||||||
createCookie('cookie-notice-dismissed', 'dontWantCookies', 31);
|
|
||||||
document.getElementById('cookie-notice').style.display = 'none';
|
|
||||||
_paq.push(['trackEvent', 'Consent', 'dontWantCookie']);
|
|
||||||
location.reload();
|
|
||||||
});
|
|
||||||
|
|
||||||
// document.getElementById('cookie-notice-gimme').addEventListener("click", function () {
|
|
||||||
// createCookie('cookie-notice-dismissed', 'wantCookies', 31);
|
|
||||||
// document.getElementById('cookie-notice').style.display = 'none';
|
|
||||||
// location.reload();
|
|
||||||
// });
|
|
||||||
|
|
||||||
|
|
||||||
</script>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
Loading…
Add table
Add a link
Reference in a new issue