2024-01-23 23:29:31 -05:00
|
|
|
<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());
|
2024-01-23 23:29:31 -05:00
|
|
|
</script>
|
|
|
|
</body>
|
|
|
|
</html>
|