Files
Vanillae/jrx/background.html
T

13 lines
367 B
HTML

<!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>