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.
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="UTF-8" />
|
|
|
|
|
<title>Magnum GL Info</title>
|
|
|
|
|
<link rel="stylesheet" href="WebApplication.css" />
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
<h1>Magnum GL Info</h1>
|
|
|
|
|
<div class="mn-container">
|
|
|
|
|
<div class="mn-sizer"><div class="mn-expander"><div class="mn-listener">
|
|
|
|
|
<canvas class="mn-canvas mn-hidden" id="canvas"></canvas>
|
|
|
|
|
<pre class="mn-log" id="log"></pre>
|
|
|
|
|
<div class="mn-status" id="status">Initialization...</div>
|
|
|
|
|
<div class="mn-status-description" id="status-description"></div>
|
|
|
|
|
<script src="WindowlessEmscriptenApplication.js"></script>
|
|
|
|
|
<script async="async" src="magnum-gl-info.js"></script>
|
|
|
|
|
</div></div></div>
|
|
|
|
|
</div>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|