]> matita.cs.unibo.it Git - logicplayer.git/blob - Server/webApp/index.html~
new initial commit
[logicplayer.git] / Server / webApp / index.html~
1 <!DOCTYPE html>
2 <html>
3     <head>
4         <meta charset="utf-8"/>
5         <link rel="stylesheet" type="text/css" media="all" href="./login.css"/>
6         <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
7         <script type="text/javascript" src="login.js"></script>
8     </head>
9     <body>
10         <h1>Benvenuto nella pagina di amministazione</h1>
11         <form id="login">
12             <input type="text" id="username" class="form-control" placeholder="Username">
13             <input type="password" id="password" class="form-control" placeholder="Password">
14             <button type="button" id="loginForm" class="btn btn-success">accedi</button>
15         </form>
16     </body>
17 </html>