Files
WeatherTool/web/dist/bundle.js
T
2023-05-14 21:27:57 +03:00

3 lines
70 B
JavaScript

window.onload = () => {
console.log("this comes from bundle.js")
}