Last active
June 16, 2016 18:51
-
-
Save sfentress/e677aae8249460e03c8637736b4d0ee4 to your computer and use it in GitHub Desktop.
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
<html> | |
<head> | |
</head> | |
<body> | |
<h1 id="message">Nothing here</h1> | |
<script> | |
var message = window.location.hash.substr(1); | |
if (message) { | |
document.getElementById("message").innerHTML = message; | |
} | |
</script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment