cringe-studios.com/index.html

65 lines
1.8 KiB
HTML
Raw Normal View History

<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Home of the Cringos!">
<meta property="og:image" content="https://nsfw.cringe-studios.com/grimacing.png">
<meta property="og:type" content="website">
<meta property="og:url" content="https://cringe-studios.com/">
<meta property="og:title" content="¢яιηgє $тυ∂ισѕ Official Website">
<meta property="og:description" content="Home of the Cringos!">
<title>¢яιηgє $тυ∂ισѕ</title>
2024-03-08 19:00:31 +01:00
<link rel="icon" href="https://nsfw.cringe-studios.com/Untitled.png">
2022-11-04 16:30:10 +01:00
<link rel="stylesheet" href="/fnont/comic.css">
2024-03-08 19:27:13 +01:00
<script src="special/new-year.js" defer></script>
2024-03-08 19:51:51 +01:00
<script src="special/april-fools.js" defer></script>
2024-03-08 19:27:13 +01:00
<style>
2024-12-29 20:46:22 +01:00
.index {
position: absolute;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
outline: none;
border: none;
background-color: white;
}
#slider {
position: fixed;
right: 10px;
bottom: 10px;
}
</style>
2023-09-24 16:16:58 +02:00
2024-12-29 20:46:22 +01:00
<script>
let indexes = document.getElementsByClassName("index");
2024-12-29 20:46:22 +01:00
function slide(v) {
for(let i of indexes) {
i.style.display = "none";
}
2023-12-24 16:37:00 +01:00
2024-12-29 20:46:22 +01:00
let e = document.querySelector(".index[data-index=\"" + v + "\"]");
if(e) e.style.display = "unset";
}
2024-12-29 20:46:22 +01:00
</script>
</head>
2024-12-29 20:46:22 +01:00
<body>
<div id="fireworks" style="pointer-events: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh;">
<canvas id="fireworks-canvas"></canvas>
</div>
2024-12-29 20:46:22 +01:00
<iframe class="index" data-index="0" src="index_old.html"></iframe>
<iframe class="index" data-index="1" src="index2.html"></iframe>
<div id="slider">
<div>Revision</div>
<input type="range" min="0" max="1" value="10" oninput="slide(this.value)" class="slide">
2023-01-06 18:32:25 +01:00
</div>
</body>
2022-04-21 17:09:27 +02:00
</html>