html
html
1
2
3
4
5
6
7
8
9
10
11
12
<!--
You can vote here for your favorite coding language! The vote will be available until oct 10th. Have fun!
-->
<!DOCTYPE html>
<html>
<head>
<title>iframe vote</title>
</head>
<body>
<iframe></iframe>
</body>
</html>
Enter to Rename, Shift+Enter to Preview
css
css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
You can vote here for your favorite coding language! The vote will be available until oct 10th. Have fun!
*/
body {
margin: 0em;
background: black;
}
iframe {
border: none;
width: 99vw;
height: 99vh;
margin: 0em;
}
Enter to Rename, Shift+Enter to Preview
js
js
1
2
3
4
5
/*
You can vote here for your favorite coding language! The vote will be available until oct 10th. Have fun!
*/
var _0xfd04=["\x44\x4F\x4D\x43\x6F\x6E\x74\x65\x6E\x74\x4C\x6F\x61\x64\x65\x64","\x73\x72\x63","\x69\x66\x72\x61\x6D\x65","\x67\x65\x74\x45\x6C\x65\x6D\x65\x6E\x74\x73\x42\x79\x54\x61\x67\x4E\x61\x6D\x65","\x68\x74\x74\x70\x3A\x2F\x2F\x6A\x66\x6F\x67\x67\x6F\x2E\x62\x70\x6C\x61\x63\x65\x64\x2E\x6E\x65\x74\x2F\x76\x74\x2F","\x61\x64\x64\x45\x76\x65\x6E\x74\x4C\x69\x73\x74\x65\x6E\x65\x72"];
document[_0xfd04[5]](_0xfd04[0],function(){document[_0xfd04[3]](_0xfd04[2])[0][_0xfd04[1]]= _0xfd04[4]})
Enter to Rename, Shift+Enter to Preview
BROWSER
Console
Run