Last active
February 21, 2017 20:28
-
-
Save kloots/df2600c1a71981a5fbb170746727f36b to your computer and use it in GitHub Desktop.
This file contains 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> | |
<head> | |
<meta charset="utf-8"> | |
</head> | |
<body> | |
<ul> | |
<li><button type="button" aria-label="Channel 1, 10 unread messages">Channel 1</button></li> | |
<li><button type="button" title="Channel 2, 20 unread messages">Channel 2</button></li> | |
</ul> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment