Created
May 29, 2013 19:33
-
-
Save evert/5673130 to your computer and use it in GitHub Desktop.
My whole life has been leading up to this moment.
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> | |
<head> | |
<title>This is it</title> | |
<meta charset="utf-8" /> | |
<style type="text/css"> | |
hr { | |
border: 0px; | |
} | |
hr:before { | |
font-family: monospace; | |
content: "﹣﹣﹣﹣﹣﹣﹣﹣﹣﹣﹣﹣﹣﹣﹣﹣﹣﹣﹣﹣﹣﹣﹣﹣﹣8<﹣﹣﹣﹣﹣﹣﹣﹣﹣﹣﹣﹣﹣﹣﹣﹣﹣﹣﹣﹣﹣﹣﹣﹣"; | |
} | |
</style> | |
</head> | |
<body> | |
<hr /> | |
</body> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment