mirror of
https://github.com/ION606/static-site-hosting.git
synced 2026-06-05 23:46:14 +00:00
initial commit
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
document.addEventListener('DOMContentLoaded', function () {
|
||||
const button = document.querySelector('#click-me');
|
||||
if (button) {
|
||||
button.addEventListener('click', function () {
|
||||
alert('Button clicked!');
|
||||
});
|
||||
}
|
||||
});
|
||||
Reference in New Issue
Block a user