Minimal first working version
This commit is contained in:
parent
038cdb8596
commit
7850b0eaa9
12 changed files with 1241 additions and 0 deletions
12
test/index_main.html
Normal file
12
test/index_main.html
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue