diff --git a/index.html b/index.html
index c80a587..fd66eff 100644
--- a/index.html
+++ b/index.html
@@ -1,19 +1,6 @@
-
Page d'identification
diff --git a/superTornado.py b/superTornado.py
index e42b535..139be46 100644
--- a/superTornado.py
+++ b/superTornado.py
@@ -144,7 +144,8 @@ application = tornado.web.Application([
(r"/unauthorized", UnauthorizedHandler),
(r"/disconnection", DisconnectionHandler),
(r"/socket", WSocketHandler),
- (r"/style/(.*)", tornado.web.StaticFileHandler,{"path":"./style"},)],
+ (r"/style/(.*)", tornado.web.StaticFileHandler,{"path":"./style"},
+ (r"/images/(.*)", tornado.web.StaticFileHandler,{"path":"./images"},)],
cookie_secret="1213215656")
if __name__ == "__main__":