Minimal first working version

This commit is contained in:
Blue 2023-09-08 16:52:21 -03:00
parent 038cdb8596
commit 7850b0eaa9
Signed by: blue
GPG key ID: 9B203B252A63EE38
12 changed files with 1241 additions and 0 deletions

12
test/index_main.html Normal file
View file

@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
<script src="../browser.js" data-main="index.js"></script>
</head>
<body>
Initial page
</body>
</html>