html
html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!DOCTYPE html>
<html>
<head>
<title>Russian Roulette X</title>
<link rel="stylesheet" href="https://pyscript.net/alpha/pyscript.css">
<script defer scr="https://pyscript.net/alpha/pyscript.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<script src="https://cdn.jsdelivr.net/npm/animejs@3.0.1/lib/anime.min.js"></script>
<script src="pro.js"></script>
<!-- if you are editing my code pls respect it and don't start roasting it I am a new dev and don't know much about developing
also pls dont check the id and class names -->
<h2 class="sig" id="sig" onclick=secretR()>New Upadtes Soon</h2>
<button onclick="btnRouleteYou()" id="getOut">Shoot Yourself</button>
<h2 id="life" onclick=Escape()></h2>
Enter to Rename, Shift+Enter to Preview
css
css
1
2
3
body {
}
Enter to Rename, Shift+Enter to Preview
js
js
1
Enter to Rename, Shift+Enter to Preview
BROWSER
Console
Run