mirror of https://github.com/mosra/magnum.git
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
572 B
19 lines
572 B
<!DOCTYPE html> |
|
<html xmlns="http://www.w3.org/1999/xhtml"> |
|
<head> |
|
<title>Magnum Info</title> |
|
<meta charset="utf-8" /> |
|
<link rel="stylesheet" href="WebApplication.css" /> |
|
</head> |
|
<body> |
|
<h1>Magnum Info</h1> |
|
<div id="listener"> |
|
<canvas id="module" class="hidden"></canvas> |
|
<pre id="log"></pre> |
|
<div id="status">Initialization...</div> |
|
<div id="statusDescription"></div> |
|
<script src="WindowlessEmscriptenApplication.js"></script> |
|
<script async="async" src="magnum-info.js"></script> |
|
</div> |
|
</body> |
|
</html>
|
|
|