Added mithril.js on new branch mithril

This commit is contained in:
2017-09-26 16:28:18 +07:00
parent f9a3297ca2
commit 35d70443be
4 changed files with 1286 additions and 0 deletions

View File

@@ -175,4 +175,9 @@ class Home
}
return true;
}
// Branch mithril test
public function mithril() {
View::render('Data/mithril.html');
}
}