html
html
1
2
3
4
5
6
7
<!DOCTYPE html>
<h1><font color="aqua"> <header align="center"> <h1>MINESTRIKE.FUN</h1>
<h5>have fun👍</h5>
<iframe src="http://minestrike.fun/" allowtransparency="true" width="800" height="500" frameborder="35" scrolling="no" allowfullscreen></iframe>
<h4>important note: i picked the site from the web. i dindt make the game. also that means all the poeple you see are real humans</h4>
Enter to Rename, Shift+Enter to Preview
css
css
1
2
3
4
body {
background-color: green;
}
Enter to Rename, Shift+Enter to Preview
js
js
1
2
3
4
5
6
alert("loading can take a long time. if you have good wifi it wil be 5 seconds.")
var user = prompt("type a nickname");
alert( ""+user+ " have fun with playing");
Enter to Rename, Shift+Enter to Preview
BROWSER
Console
Run