First Commit
[kimblog.git/.git] / login.php
1 <html>
2         <head>
3                 <link rel="stylesheet" type="text/css" href="css/klogin.css">
4                 <link rel="shorcut icon" type="image/png" href=<?php if (file_exists('myicon.png')){echo 'myicon.png';}else{echo 'teicon.png';}?>/>
5         </head>
6         <body>
7                 <div class='rounded_login'>
8                         <form action='api/login.php' method='POST' style='box-shadow: 0px 1px 7px 0px black;border-radius: 10px;'>
9                                 <p class='grid'>
10                                         <label>Usuario</label><input name='user' type='text'>
11                                         <label>ContraseƱa</label><input name='password' type='password'>
12                                 </p>
13                                 <input type='submit' class='submit'>
14                         </form>
15                 </div>
16         </body>
17 </html>