added jquery and js to project

This commit is contained in:
2019-09-13 15:57:33 +02:00
parent 880113ac01
commit 326d1decae
3 changed files with 22 additions and 17 deletions

3
wwwroot/js/index.js Normal file
View File

@ -0,0 +1,3 @@
$(document).ready(function() {
console.log("hey from js");
});