Demo tick source, and structure for other demos
This commit is contained in:
parent
7d25c3e676
commit
3dbca6edb6
3 changed files with 50 additions and 0 deletions
11
debug.html
Normal file
11
debug.html
Normal file
|
@ -0,0 +1,11 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>Misc. Infrastructure POCs</title>
|
||||
</head>
|
||||
<body>
|
||||
<script src="js/debug.js"></script>
|
||||
<script>
|
||||
document.body.append(...TickDebug());
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue