rudus/pkg/index.html

16 lines
292 B
HTML
Raw Permalink Normal View History

2025-06-26 02:56:39 +00:00
<!DOCTYPE html>
<html>
<head>
<meta content="text/html;charset=utf-8" http-equiv="Content-Type"/>
<title>Testing Ludus/WASM integration</title>
</head>
<body>
2025-06-30 22:59:59 +00:00
<script src="./ludus.js" type="module"></script>
2025-06-26 02:56:39 +00:00
<p>
Open the console. All the action's in there.
</p>
</body>
</html>