peytonplayz585-b1.7.3/web/index.html

18 lines
500 B
HTML
Raw Normal View History

2024-06-10 17:41:32 -07:00
<!DOCTYPE html>
<html>
<head>
<title>Beta 1.7.3</title>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
<script type="text/javascript" charset="utf-8" src="js/app.js"></script>
<script type = text/javascript>
window.addEventListener("load", function() {
window.config = {
gameContainer: "game", assetsLocation: "resources.mc"
};
main();
});
</script>
</head>
<body style="margin:0px;width:100vw;height:100vh;" id="game">
</body>
</html>