added recursive iframe cringe#
This commit is contained in:
parent
dc4daf83df
commit
547368b1be
10
index.html
10
index.html
@ -297,9 +297,19 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<iframe id="cringe-frame" src="https://cringe-studios.com/?poop" style="width:100%; height:800px; border:0px"></iframe>
|
||||
|
||||
<h6><b class="blinking" style="background-color:red; color:yellow">This site has been visited <?php include("visitor_counter.php"); echo IncrementCounter(); ?> times</b></h6>
|
||||
<footer>
|
||||
© Cringe Studios
|
||||
</footer>
|
||||
|
||||
<script>
|
||||
let search = window.location.search;
|
||||
let q = search != "" ? parseInt(search.substring(1)) : 0;
|
||||
let frame = document.getElementById("cringe-frame");
|
||||
frame.src = "https://cringe-studios.com/?" + (q + 1);
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue
Block a user