This commit is contained in:
Zergling_man 2022-09-14 18:39:35 +10:00
parent c3cfef4ae3
commit a724716d7e

View File

@ -5,11 +5,20 @@
<title> <title>
Tas [] & Van Canto - {{ title }} Tas [] & Van Canto - {{ title }}
</title> </title>
<!--<script type="text/javascript"> <script type="text/javascript">
document.body.textContent = 'Please disable JavaScript to view this site.' function b(){
</script>Need to add a timer to remove it first. I'm not *that* mean. Credit: https://soc.punktrash.club/objects/bfe4fc29-96d5-4f90-9f9e-4092e7c273a4--> a=document.body.innerHTML
document.body.innerHTML = '<main><p>Please disable JavaScript to view this site.</p><p><a href="/javashit">Why?</a> <a href="https://www.wikihow.com/Disable-JavaScript">How?</a></p><p id="tock" class="tick">Or wait <n id="tick">3</n> seconds...</p></main>'
function t1(){document.getElementById('tick').textContent=2}
function t2(){document.getElementById('tick').textContent=1}
function c(){console.log("fucking normie"); document.body.innerHTML=a}
window.setTimeout(t1,1000)
window.setTimeout(t2,2000)
window.setTimeout(c,3000)
}
</script><!--Need to add a timer to remove it first. I'm not *that* mean. Credit: https://soc.punktrash.club/objects/bfe4fc29-96d5-4f90-9f9e-4092e7c273a4-->
</head> </head>
<body> <body onload=b()>
<!--Move navbar to the bottom and use flex to reorder it to the top, so it isn't as intrusive without CSS.--> <!--Move navbar to the bottom and use flex to reorder it to the top, so it isn't as intrusive without CSS.-->
<main> <main>
{% autoescape off %}{{ content }}{% endautoescape %} {% autoescape off %}{{ content }}{% endautoescape %}