renommé: site/index.html -> index.html
modifié: superTornado.py
This commit is contained in:
16
index.html
Normal file
16
index.html
Normal file
@ -0,0 +1,16 @@
|
||||
<!DOCTYPE HTML>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf8" />
|
||||
<link rel="stylesheet" type="text/css" href="style/styles.css">
|
||||
<title>Acces camera</title>
|
||||
</head>
|
||||
<body>
|
||||
<h2>Acces securise camera</h2>
|
||||
<form method="post">
|
||||
ID : <input type="text" name="id"><br/>
|
||||
MDP : <input type="password" name="mdp"> <br/>
|
||||
<input type="submit" value="Connexion">
|
||||
</form>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user