diff options
| author | Guillaume Horel <guillaume.horel@gmail.com> | 2015-03-15 19:14:29 -0400 |
|---|---|---|
| committer | Guillaume Horel <guillaume.horel@gmail.com> | 2015-03-15 19:14:29 -0400 |
| commit | 646bf34d1c512e5b257eef6151c7e07a86212d8d (patch) | |
| tree | 73db53ad9fb4a6f7d73366f474daa8ae4fe09a8e /login.htm | |
| parent | 26628a5f10d5ae4ae50bfa882997bc3b4863556c (diff) | |
| download | wedding-website-646bf34d1c512e5b257eef6151c7e07a86212d8d.tar.gz | |
basic flask site
Diffstat (limited to 'login.htm')
| -rw-r--r-- | login.htm | 62 |
1 files changed, 0 insertions, 62 deletions
diff --git a/login.htm b/login.htm deleted file mode 100644 index 3381b5b..0000000 --- a/login.htm +++ /dev/null @@ -1,62 +0,0 @@ -<!DOCTYPE html> -<html lang="en"> - <head> - <title>Login</title> - <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> - <link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css" rel="stylesheet"> - <link href="static/wedding.css" rel="stylesheet"> - </head> - <body> - <div class="container"> - <div class="row"> - <img class="center-block" src="static/banner1.jpg" alt="banner"> - </div> - <div class="login row"> - <form id = "connection" action="/login/" role="form" - class="form-horizontal" method="post"> - <div class="form-group"> - <label for="language" class="col-md-4 control-label">Language:</label> - <div class="col-md-8"> - <label class="radio-inline"> - <input type="radio" name="language">English - </label> - <label class="radio-inline"> - <input type="radio" name="language">Francais - </label> - <label class="radio-inline"> - <input type="radio" name="language">Nasi - </label> - </div> - <br/> - </div> - <div class="form-group"> - <label for="name" class="col-md-4 control-label">Name:</label> - <div class="col-md-5"> - <input type="text" id="name" class="form-control" - name="username" placeholder="Name"/> - </div> - </div> - <div class="form-group"> - <label for="password" class="col-md-4 control-label"> - Password:</label> - <div class="col-md-5"> - <input type="password" id="password" class="form-control" - name="password" placeholder="Password"/> - </div> - </div> - <div class="form-group"> - <div class="col-md-offset-4 col-md-8"> - <button type="submit" class="btn btn-primary" name="login"> - Login - </button> - </div> - </div> - </form> - </div> - </div> - <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script> - <script type="text/javascript" src="/static/wedding.js"></script> - </body> -</html> |
