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
2018-10-15 15:36:40 +00:00
console.log('hi');