| @@ -1,5 +1,5 @@ | ||
| { | ||
| "databaseName":"Resident Database", | ||
| "people" : | ||
| [ | ||
| { | ||
| @@ -0,0 +1,57 @@ | ||
| <!DOCTYPE html> | ||
| <!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]--> | ||
| <!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]--> | ||
| <!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]--> | ||
| <!--[if gt IE 8]><!--> | ||
| <html class="no-js"><!--<![endif]--> | ||
| <head> | ||
| <meta charset="utf-8"> | ||
| <meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
| <title>Login Page</title> | ||
|
|
||
| <link rel="stylesheet" type="text/css" href="bootstrap/dist/css/bootstrap.css"> | ||
| <meta name="description" content=""> | ||
| <meta name="viewport" content="width=device-width, initial-scale=1"> | ||
|
|
||
| <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.min.js"></script> | ||
|
|
||
| <!-- Place favicon.ico and apple-touch-icon.png in the root directory --> | ||
| </head> | ||
| <body> | ||
|
|
||
| <div class="container"> | ||
|
|
||
|
|
||
| <!--[if lt IE 7]> | ||
| <p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p> | ||
| <![endif]--> | ||
|
|
||
| <!-- Add your site or application content here --> | ||
| <p></p> | ||
|
|
||
|
|
||
| <div class="container"> | ||
|
|
||
| <form action="" method="post" accept-charset="utf-8"> | ||
| <input type="text" name="username" placeholder="Username"> | ||
| <input type="password" name="password" placeholder="Password"> | ||
| <input type="submit" value="Log In"> | ||
| </form> | ||
|
|
||
| </div> | ||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
| </div><!-- end body div --> | ||
|
|
||
|
|
||
|
|
||
| <script src="jquery/dist/jquery.js"></script> | ||
| <script src="bootstrap/dist/js/bootstrap.js"></script> | ||
|
|
||
| </body> | ||
| </html> |