summaryrefslogtreecommitdiff
path: root/renderer.js
diff options
context:
space:
mode:
authoraltaf-creator <64111012+altaf-creator@users.noreply.github.com>2023-05-03 22:12:11 +0700
committeraltaf-creator <64111012+altaf-creator@users.noreply.github.com>2023-05-03 22:12:11 +0700
commit568debd74070ecb23433a8fb413b48dcc56141eb (patch)
tree1916a58c3a5ec60827da2ea6e38baf2116b266d2 /renderer.js
Initial commit
Diffstat (limited to 'renderer.js')
-rw-r--r--renderer.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/renderer.js b/renderer.js
new file mode 100644
index 0000000..0e09d08
--- /dev/null
+++ b/renderer.js
@@ -0,0 +1,2 @@
+const information = document.getElementById('electron-info')
+information.innerText = `This app is using Chrome (v${versions.chrome()}), Node.js (v${versions.node()}), and Electron (v${versions.electron()})` \ No newline at end of file