Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <title>Sign Up</title>
- <meta charset="utf-8">
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
- <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
- <link rel="stylesheet" type="text/css" href="signup.css">
- </head>
- <body>
- <div class="container">
- <div class="jumbotron">
- <form method="POST" class="form-horizontal">
- <div class="form-group">
- <div class="col-sm-offset-4 col-sm-4">
- <input class="form-control" type="email" name="email" placeholder="Enter an email">
- </div>
- </div>
- <div class="form-group">
- <div class="col-sm-offset-4 col-sm-4">
- <input class="form-control" type="email" name="email" placeholder="Enter a password">
- </div>
- </div>
- <div class="form-group">
- <div class="col-sm-offset-5 col-sm-4">
- <a class="btn btn-danger" href="Home.exe">Go Back</a>
- <input class="btn btn-success" type="submit" name="submit" value="Sign Up">
- </div>
- </div>
- </form>
- </div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment