Skip to content

Commit

Permalink
took out empty class name
Browse files Browse the repository at this point in the history
relates to #85
  • Loading branch information
parkhabit committed Dec 8, 2017
1 parent 2e96f1d commit 8e64078
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta charset="utf-8">
<title>Login Page</title>
<meta name="description" content="">
<meta name="description">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="/public/login.css">
<link href="https://fonts.googleapis.com/css?family=Quicksand" rel="stylesheet">
Expand All @@ -20,7 +20,7 @@ <h2>Signup</h2>
<input type="password" id="signupPW2" name="password2" value="" placeholder="Confirm password" pattern="[a-zA-Z0-9]{8,}" required>
<input type="Submit" value="Submit">
</form>
<div class="" id="validateMsgSignup"></div>
<div id="validateMsgSignup"></div>
</div>

<div class="login-container">
Expand Down

0 comments on commit 8e64078

Please sign in to comment.