diff options
author | TinWoodman92 <chrhodgden@gmail.com> | 2023-11-27 15:06:38 -0600 |
---|---|---|
committer | TinWoodman92 <chrhodgden@gmail.com> | 2023-11-27 15:06:38 -0600 |
commit | ed1ad8ef862b5ec30263d995c8eb12e994490e52 (patch) | |
tree | ab6ba3ec968ec480c8569ffb02ede035c4541ded /app.js |
Initial Commit
Diffstat (limited to 'app.js')
-rw-r--r-- | app.js | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -0,0 +1,3 @@ +function alertButton() { + alert("Hello world!") +}
\ No newline at end of file |