mirror of
https://github.com/kataras/iris.git
synced 2025-01-24 19:21:03 +01:00
5 lines
83 B
JavaScript
5 lines
83 B
JavaScript
|
console.log("example");
|
||
|
|
||
|
function onClick() {
|
||
|
window.alert("button clicked");
|
||
|
}
|