Projektstart
This commit is contained in:
8
backend/node_modules/@fastify/static/example/public/index.js
generated
vendored
Normal file
8
backend/node_modules/@fastify/static/example/public/index.js
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
'use strict'
|
||||
|
||||
window.onload = function () {
|
||||
const b = document.getElementById('my-button')
|
||||
b.onclick = function () {
|
||||
window.alert('foo')
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user