2024.js/debug.html

13 lines
252 B
HTML
Raw Normal View History

<html>
<head>
<title>Misc. Infrastructure POCs</title>
</head>
<body>
<script src="js/debug.js"></script>
<script>
2024-01-24 00:49:49 -05:00
document.body.append(...TickDebug());
2024-07-07 21:00:20 -04:00
document.body.append(...IdvDebug());
</script>
</body>
</html>