2024.js/debug.html

12 lines
209 B
HTML

<html>
<head>
<title>Misc. Infrastructure POCs</title>
</head>
<body>
<script src="js/debug.js"></script>
<script>
document.body.append(...TickDebug());
</script>
</body>
</html>