You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
531 B

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<title>Magnum Sdl2Application Test</title>
<link rel="stylesheet" href="WebApplication.css" />
</head>
<body>
<h1>Magnum Sdl2Application Test</h1>
<div id="listener">
<canvas id="module"></canvas>
<div id="status">Initialization...</div>
<div id="statusDescription"></div>
<script src="EmscriptenApplication.js"></script>
<script async="async" src="PlatformSdl2ApplicationTest.js"></script>
</div>
</body>
</html>