waves/public/assets/g/doom/index.html
2025-04-17 20:43:10 -05:00

25 lines
679 B
HTML

<!doctype html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<style>
html, body, #jsdos {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
}
</style>
<script src="js-dos/js-dos.js"></script>
<link href="js-dos/js-dos.css" rel="stylesheet">
</head>
<body>
<div id="jsdos" />
<script>
emulators.pathPrefix = "js-dos/";
Dos(document.getElementById("jsdos"))
.run("ultimate-doom.jsdos");
</script>
</body>
</html>