Minimal first working version
This commit is contained in:
parent
038cdb8596
commit
7850b0eaa9
12 changed files with 1241 additions and 0 deletions
13
test/index.html
Normal file
13
test/index.html
Normal file
|
@ -0,0 +1,13 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Title</title>
|
||||
|
||||
<script src="../browser.js"></script>
|
||||
<script src="index.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
Initial page
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue