<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/js/bootstrap.min.js"></script>
<script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Login</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
<link rel="stylesheet" href="http://bootswatch.com/yeti/bootstrap.min.css">
<link rel="stylesheet" href="style.css">
<link href="favicon.ico" rel="shortcut icon" type="image/x-icon"/>
</head>
<body>
<center>
<div class="login">
<h1 class="loginheading">Login</h1>
<form method="post" action=".php">
<div class="form-group nameInput has-feedback">
<label for="name">Username</label>
<input type="text" class="form-control" name="name" id="name" placeholder="Type something to see validation...">
</div>
<div class="form-group emailInput has-feedback">
<label for="email">Email</label>
<input type="email" class="form-control" name="email" id="email" placeholder="Don't type here to see validation...">
</div>
<button type="submit" class="btn btn-default">Submit</button>
<p class="loginbottomtext">Still don't have an account? <a>Register</a></p>
</form>
<p class="text-muted loginbottomtext">© VRstudio</p>
</div>
</center>
</body>
<script src="http://code.jquery.com/jquery-2.1.4.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js" integrity="sha512-K1qjQ+NcF2TYO/eI3M6v8EiNYZfA95pQumfvcVrTHtwQVDG+aHRqLi/ETn2uB+1JqwYqVG3LIvdm9lj6imS/pQ==" crossorigin="anonymous"></script>