Difference between revisions of "Template:Team:TU Eindhoven/Timeline CSS"

(Replaced content with "<html> </html>")
Line 1: Line 1:
 
<html>
 
<html>
 +
 +
$(document).ready(function() {
 +
alert('it works');
 +
 +
}
  
 
</html>
 
</html>

Revision as of 12:07, 18 September 2015

$(document).ready(function() { alert('it works'); }