html
html
1
2
3
4
5
6
7
<iframe src="https://getgitroasted.vercel.app/"
title="Full Screen Website"
allowfullscreen
loading="lazy">
</iframe>
Enter to Rename, Shift+Enter to Preview
css
css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
html, body {
margin: 0;
padding: 0;
height: 100%;
overflow: hidden;}
iframe {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: none;
display: block;}
Enter to Rename, Shift+Enter to Preview
js
js
1
alert("Enter a GitHub username to get roasted!")
Enter to Rename, Shift+Enter to Preview
BROWSER
Console
Запуск