peytonplayz585-c0.0.23a_01/js/index.html
2023-10-07 00:57:45 -04:00

16 lines
454 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Infdev</title>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
<script type="text/javascript" charset="utf-8" src="app.js"></script>
<script type = text/javascript>
window.addEventListener("load", function() {
window.minecraftOpts = ["game","resources.epk"];
main();
});
</script>
</head>
<body style="margin:0px;width:100vw;height:100vh;" id="game">
</body>
</html>