javashit
This commit is contained in:
parent
c3cfef4ae3
commit
a724716d7e
|
@ -5,11 +5,20 @@
|
|||
<title>
|
||||
Tas [] & Van Canto - {{ title }}
|
||||
</title>
|
||||
<!--<script type="text/javascript">
|
||||
document.body.textContent = 'Please disable JavaScript to view this site.'
|
||||
</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-->
|
||||
<script type="text/javascript">
|
||||
function b(){
|
||||
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>
|
||||
<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.-->
|
||||
<main>
|
||||
{% autoescape off %}{{ content }}{% endautoescape %}
|
||||
|
|
Loading…
Reference in New Issue
Block a user