modifié: index.html
modifié: superTornado.py
This commit is contained in:
parent
5212acc027
commit
54c304c7c7
@ -2,7 +2,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="ISO-8859-1" />
|
<meta charset="ISO-8859-1" />
|
||||||
<link rel="stylesheet" type="text/css" href="{{ static_url('styles.css') }}" media="screen, projection">
|
<link rel="stylesheet" type="text/css" href='styles.css' media="screen, projection">
|
||||||
<title>Page d'identification</title>
|
<title>Page d'identification</title>
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
// Si aucun login et mot de passe n'ont été saisis alors :
|
// Si aucun login et mot de passe n'ont été saisis alors :
|
||||||
|
@ -131,8 +131,6 @@ application = tornado.web.Application([
|
|||||||
(r"/unauthorized", UnauthorizedHandler),
|
(r"/unauthorized", UnauthorizedHandler),
|
||||||
(r"/disconnection", DisconnectionHandler),
|
(r"/disconnection", DisconnectionHandler),
|
||||||
(r"/socket", WSocketHandler),],
|
(r"/socket", WSocketHandler),],
|
||||||
STATIC_PATH = os.path.join(dirname, 'static'),
|
|
||||||
TEMPLATE_PATH = os.path.join(dirname, 'templates'),
|
|
||||||
cookie_secret="1213215656")
|
cookie_secret="1213215656")
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
|
Reference in New Issue
Block a user