This repository has been archived on 2021-09-15. You can view files and clone it, but cannot push or open issues or pull requests.
DUT2PTUT/index.html
sidya82 96da224f28 modifié: index.html
modifié:         superTornado.py
2014-02-27 17:51:13 +01:00

17 lines
481 B
HTML

<!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 action="/login" method="post">
ID : <input type="text" name="id"><br/>
MDP : <input type="password" name="mdp"> <br/>
<input type="submit" value="Connexion">
</form>
</body>
</html>