Add routing basics

Add jquery
This commit is contained in:
2019-05-21 19:37:11 +05:30
parent 17f8fd3500
commit 4f01ee8cb8
7 changed files with 74 additions and 12 deletions

8
static/base.js Normal file
View File

@@ -0,0 +1,8 @@
let currDir = '/';
//set table details
function setList(){
}