Skip to content

Commit

Permalink
redirect compression
Browse files Browse the repository at this point in the history
  • Loading branch information
yoavweiss committed May 28, 2024
1 parent 1ec85d5 commit c0a6a46
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions compression/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<!DOCTYPE html>
<script>
let currentHash = window.location.hash;
let newLocation = "https://compression.spec.whatwg.org/" + currentHash;
window.location = newLocation;
</script>

0 comments on commit c0a6a46

Please sign in to comment.