mirror of
https://github.com/nathanp/crypto-price-widget.git
synced 2026-05-05 16:23:28 -04:00
First commit
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
function writeName () {
|
||||
|
||||
document.getElementById('firstname').innerHTML = 'Your name is ';
|
||||
}
|
||||
app.on('ready', writeName);
|
||||
Reference in New Issue
Block a user