removes top nav bar from design. new logo. adds a mechanism to add the post interface to your home screen.
This commit is contained in:
parent
a3701e1e4f
commit
9ff3e59193
28 changed files with 237 additions and 93 deletions
|
@ -67,11 +67,6 @@ $app->get('/', function($format='html') use($app) {
|
|||
$res->body($html);
|
||||
});
|
||||
|
||||
$app->get('/signin', function() use($app) {
|
||||
$html = render('signin', array('title' => 'Sign In'));
|
||||
$app->response()->body($html);
|
||||
});
|
||||
|
||||
$app->get('/auth/start', function() use($app) {
|
||||
$req = $app->request();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue