mirror of
https://github.com/nathanp/crypto-price-widget.git
synced 2025-12-05 17:02:33 -05:00
First commit
This commit is contained in:
5
renderer-process/username.js
Normal file
5
renderer-process/username.js
Normal file
@@ -0,0 +1,5 @@
|
||||
function writeName () {
|
||||
|
||||
document.getElementById('firstname').innerHTML = 'Your name is ';
|
||||
}
|
||||
app.on('ready', writeName);
|
||||
Reference in New Issue
Block a user