Skip to content

Instantly share code, notes, and snippets.

@sujayy1983
Last active October 1, 2015 02:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sujayy1983/073cad99167fc1dbe669 to your computer and use it in GitHub Desktop.
Save sujayy1983/073cad99167fc1dbe669 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en">
<head>
<title>Home Automation</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
</head>
<body>
<div class="alert alert-warning">
<h1>Home Automation!! <span class="glyphicon glyphicon-home"></span></h1> <p> Author: Sujayyendhiren RS</p>
</div>
<div class="container">
<div class="row">
<div class="col-sm-6 col-md-4 col-md-offset-4">
<h1 class="text-center login-title">Automation group</h1>
<div class="account-wall">
<form class="form-signin">
<p> </p>
<p> </p>
<p> </p>
<input type="text" class="form-control" placeholder="Email" required autofocus>
<p> </p>
<input type="password" class="form-control" placeholder="Password" required>
<p> </p>
<p> </p>
<button class="btn btn-lg btn-primary btn-block" type="submit">
Sign in</button>
<label class="checkbox pull-left">
<input type="checkbox" value="remember-me">
Remember me
</label>
<a href="#" class="pull-right need-help">Need help? </a><span class="clearfix"></span>
</form>
</div>
<a href="#" class="text-center new-account">Create an account </a>
</div>
</div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment