html
html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<h1>Please comment if you have this glitch</h1><h3>This glitch is about saying i have no codes and everyone elses codes. this glitch also had no questions avaliable.</h3>
<br><br>
<button onclick="alert(code + num)">Show code to write in comment. (Dont need to write decimal number)</button>
<br><br>
Please leave a screen shot of it in action. then go to <a href="https://imgbb.com">https://imgbb.com</a>
press the img you upload, hold the img, press copy, go to my display thread and post it.
</body>
</html>
Enter to Rename, Shift+Enter to Preview
css
css
1
2
3
4
5
6
7
8
9
body {
background-color: deepSkyBlue;
}
button {
border-radius:30px 15px 5px 30px;
background-color: pink;
height: 50px;
}
Enter to Rename, Shift+Enter to Preview
js
js
1
2
3
4
var code = "iError"
var num = parseInt(Math.random()*66593849284732)
num-= 3
Enter to Rename, Shift+Enter to Preview
BROWSER
Console
Run