mirror of
https://github.com/bvanroll/rpiRadio.git
synced 2025-08-30 04:22:50 +00:00
Initial Commit
This commit is contained in:
5
ProjectNow/NodeServer/public/scripts/client.js
Normal file
5
ProjectNow/NodeServer/public/scripts/client.js
Normal file
@@ -0,0 +1,5 @@
|
||||
|
||||
const button = document.getElementById('mainbtn');
|
||||
button.addEventListener('click', function(e) {
|
||||
console.log('button was clicked');
|
||||
});
|
Reference in New Issue
Block a user