binlib changes

This commit is contained in:
Jorijn van der Graaf 2025-11-12 23:16:27 +01:00
commit 3a5bdb3bbb
2 changed files with 3 additions and 3 deletions

View file

@ -1,8 +1,8 @@
<!DOCTYPE html>
<html>
<head id="head">
<script src="env.js"></script>
<script src="runtime.js" id="runtime-script" type="module"></script>
<script src="/env.js" type="module"></script>
<script src="/runtime.js" id="runtime-script" type="module"></script>
</head>
<body style="margin:0;" id="body"></body>
</html>