Skip to content

Instantly share code, notes, and snippets.

@sfentress
Last active June 16, 2016 18:51
Show Gist options
  • Save sfentress/e677aae8249460e03c8637736b4d0ee4 to your computer and use it in GitHub Desktop.
Save sfentress/e677aae8249460e03c8637736b4d0ee4 to your computer and use it in GitHub Desktop.
<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