First step to rendering script: preprocess global escapes

This commit is contained in:
Tangent 2023-07-26 22:14:16 -04:00
parent 675513cebf
commit 4eec6f8a2d
3 changed files with 71 additions and 4 deletions

View file

@ -5,6 +5,7 @@
<meta charset="UTF-8" />
</head>
<body>
<script src="helpers.js"></script>
<script src="3x5.js"></script>
</body>
</html>