From 9e129ad8653b23cf61a0fb1a0c8d9ea06e6a857b Mon Sep 17 00:00:00 2001 From: sidya82 Date: Thu, 27 Feb 2014 16:48:04 +0100 Subject: [PATCH] =?UTF-8?q?=09modifi=C3=A9:=20=20=20=20=20=20=20=20=20inde?= =?UTF-8?q?x.html=20=09modifi=C3=A9:=20=20=20=20=20=20=20=20=20superTornad?= =?UTF-8?q?o.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 2 +- superTornado.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 0085dea..c1da1ac 100644 --- a/index.html +++ b/index.html @@ -7,7 +7,7 @@

Acces securise camera

-
+ ID :
MDP :
diff --git a/superTornado.py b/superTornado.py index 7a3e9c2..fd871af 100644 --- a/superTornado.py +++ b/superTornado.py @@ -13,6 +13,7 @@ class LoginHandler(tornado.web.RequestHandler): application = tornado.web.Application([ (r"/", MainHandler), + (r"/login", MainHandler), ]) if __name__ == "__main__":