Last active
August 29, 2015 14:18
-
-
Save madfriend/9aca822e5c56db865979 to your computer and use it in GitHub Desktop.
be with m decoupled
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<title>BE with M decoupled</title> | |
</head> | |
<body> | |
<div class="container"> | |
<div class="new-label-form is-hidden"> | |
<h2 class="new-label-form--title"> | |
<small class="new-label-form--title--caption"></small> | |
</h2> | |
<p class="new-label-form--contents"> | |
<label for="username" class="new-label-form--label"> | |
<input type="text" name="username" class="new-label-form--label--input"> | |
</label> | |
<label for="password" class="new-label-form--label"> | |
<input type="password" name="password" class="new-label-form--label--input"> | |
</label> | |
</p> | |
<div class="new-label-form--actions"> | |
<button class="new-label-form--btn-submit is-dimmed"></button> | |
<button class="new-label-form--btn-reset"></button> | |
</div> | |
</div> | |
</div> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment