diff --git a/IPython/frontend/html/notebook/handlers.py b/IPython/frontend/html/notebook/handlers.py
index 544959957..b88e17ec5 100644
--- a/IPython/frontend/html/notebook/handlers.py
+++ b/IPython/frontend/html/notebook/handlers.py
@@ -62,7 +62,7 @@ class NBBrowserHandler(AuthenticatedHandler):
nbm = self.application.notebook_manager
project = nbm.notebook_dir
self.render(
- 'nbbrowser.html', project=project,
+ 'projectdashboard.html', project=project,
base_project_url=u'/', base_kernel_url=u'/'
)
diff --git a/IPython/frontend/html/notebook/static/css/nbbrowser.css b/IPython/frontend/html/notebook/static/css/projectdashboard.css
similarity index 100%
rename from IPython/frontend/html/notebook/static/css/nbbrowser.css
rename to IPython/frontend/html/notebook/static/css/projectdashboard.css
diff --git a/IPython/frontend/html/notebook/templates/login.html b/IPython/frontend/html/notebook/templates/login.html
index d00e512e0..bc2bf830c 100644
--- a/IPython/frontend/html/notebook/templates/login.html
+++ b/IPython/frontend/html/notebook/templates/login.html
@@ -44,7 +44,7 @@
-
+