mirror of https://github.com/mosra/magnum.git
10 changed files with 41 additions and 2 deletions
@ -0,0 +1,18 @@ |
|||||||
|
<!DOCTYPE html> |
||||||
|
<html xmlns="http://www.w3.org/1999/xhtml"> |
||||||
|
<head> |
||||||
|
<title>Magnum AL Info</title> |
||||||
|
<meta charset="utf-8" /> |
||||||
|
<link rel="stylesheet" href="WebApplication.css" /> |
||||||
|
</head> |
||||||
|
<body> |
||||||
|
<h1>Magnum AL Info</h1> |
||||||
|
<div id="listener"> |
||||||
|
<pre id="log"></pre> |
||||||
|
<div id="status">Initialization...</div> |
||||||
|
<div id="statusDescription"></div> |
||||||
|
<script src="WindowlessEmscriptenApplication.js"></script> |
||||||
|
<script async="async" src="magnum-al-info.js"></script> |
||||||
|
</div> |
||||||
|
</body> |
||||||
|
</html> |
||||||
Loading…
Reference in new issue