This commit is contained in:
Brooke Vibber 2025-12-23 11:49:51 -08:00
commit 3174faffbd
2 changed files with 14 additions and 2 deletions

12
arg-test/index.html Normal file
View file

@ -0,0 +1,12 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Test</title>
</head>
<body>
<p>See console</p>
<script src="argy.js"></script>
<script src="test-argy.js"></script>
</body>
</html>