2024.js/debug.html

12 lines
225 B
HTML
Raw Normal View History

<html>
<head>
<title>Misc. Infrastructure POCs</title>
</head>
<body>
<script src="js/debug.js"></script>
<script>
2024-01-23 23:42:05 -05:00
document.body.append(...OrbitDemo(), ...TickDebug());
</script>
</body>
</html>