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
530 B
19 lines
530 B
|
9 years ago
|
<!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>
|