Files
fedizinefest-deprecated/script.js
T

6 lines
160 B
JavaScript
Raw Normal View History

2018-03-19 20:11:32 +00:00
/* If you're feeling fancy you can add interactivity
to your site with Javascript */
// prints "hi" in the browser's dev tools console
2019-09-30 21:02:33 +00:00
console.log("hi");