committing because switching branches

This commit is contained in:
2023-07-18 14:48:23 -06:00
parent 19203cc003
commit ff8670d592
5 changed files with 1504 additions and 24 deletions
+12
View File
@@ -0,0 +1,12 @@
<!DOCTYPE html>
<!-- This exists to load NaCl into context for the background script -->
<html lang="en">
<head>
<meta charset="utf-8">
</head>
<body>
<!-- including nacl here -->
<script src="dist/jex_include/local-nacl-1.0.3/nacl.js"></script>
<script type="module" src="dist/background.js"></script>
</body>
</html>