peytonplayz585-a1.2.6/web/index.html

17 lines
463 B
HTML
Raw Normal View History

2024-02-09 07:07:55 -08:00
<!DOCTYPE html>
<html>
<head>
<title>Alpha v1.2.6</title>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
2024-02-10 10:54:22 -08:00
<script type="text/javascript" charset="utf-8" src="js/app.js"></script>
2024-02-09 07:07:55 -08:00
<script type = text/javascript>
window.addEventListener("load", function() {
window.classicConfig = ["game","resources.mc"];
main();
});
</script>
</head>
<body style="margin:0px;width:100vw;height:100vh;" id="game">
</body>
</html>