Files
LWLT-AI/node_modules/@fastify/static/example/public/index.js
2026-07-13 19:57:46 +08:00

9 lines
151 B
JavaScript

'use strict'
window.onload = function () {
const b = document.getElementById('my-button')
b.onclick = function () {
window.alert('foo')
}
}