Skip to content

Instantly share code, notes, and snippets.

@madfriend
Last active August 29, 2015 14:18
Show Gist options
  • Save madfriend/9aca822e5c56db865979 to your computer and use it in GitHub Desktop.
Save madfriend/9aca822e5c56db865979 to your computer and use it in GitHub Desktop.
be with m decoupled
<!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