Created
February 27, 2015 20:39
-
-
Save clarkus/d38dd4a6f58b6b847525 to your computer and use it in GitHub Desktop.
Alert Markup
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
| <div class="hackday-alert"> | |
| <a href="#"> | |
| <p class="message"> | |
| <strong>Your export is complete.</strong> | |
| Lorem ipsum dolor sit amet, consectetur adipisicing elit… | |
| </p> | |
| <span class="timestamp">10<abbr title="minutes">m</abbr> ago</span> | |
| <a href="#" class="dismiss">×</a> | |
| </a> | |
| </div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment