16 lines
292 B
HTML
16 lines
292 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta content="text/html;charset=utf-8" http-equiv="Content-Type"/>
|
|
<title>Testing Ludus/WASM integration</title>
|
|
|
|
</head>
|
|
<body>
|
|
<script src="./ludus.js" type="module"></script>
|
|
<p>
|
|
Open the console. All the action's in there.
|
|
</p>
|
|
|
|
</body>
|
|
</html>
|