Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<body>
<script>
// Automatically redirects the page to a new URL on load.
// Load this document with a URL like:
window.onload = function () {
document.location = document.location.hash.substring(1);
}
</script>
</body>