v0.0.1
This commit is contained in:
0
web/lib/pages/options/index.html
Normal file
0
web/lib/pages/options/index.html
Normal file
6
web/lib/pages/options/script.js
Normal file
6
web/lib/pages/options/script.js
Normal file
@@ -0,0 +1,6 @@
|
||||
const Options = {
|
||||
init: async () => {
|
||||
let html = await fetch('/lib/pages/options/index.html').then((response) => response.text());
|
||||
app.innerHTML = html;
|
||||
}
|
||||
}
|
||||
0
web/lib/pages/options/style.css
Normal file
0
web/lib/pages/options/style.css
Normal file
Reference in New Issue
Block a user