Files
fedizinefest-deprecated/script.js
T

5 lines
159 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
2017-10-10 12:57:38 +00:00
console.log('hi');