diff --git a/index.html b/index.html index 0d5a14d..63a952c 100644 --- a/index.html +++ b/index.html @@ -11,4 +11,9 @@ Chromium , and Electron . + + diff --git a/renderer.js b/renderer.js new file mode 100644 index 0000000..c7b03aa --- /dev/null +++ b/renderer.js @@ -0,0 +1,2 @@ +// This file is required by the index.html file and will +// be executed in the renderer process for that window.