Skip to content

Commit

Permalink
Add https://rufus.ie/setup redirection for the setup wrapper URL
Browse files Browse the repository at this point in the history
  • Loading branch information
pbatard committed Oct 6, 2024
1 parent 3c1ce76 commit 2398e47
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions setup/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<!DOCTYPE HTML>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta http-equiv="refresh" content="0; url=https://github.com/pbatard/rufus/tree/master/res/setup#readme">
<script type="text/javascript">window.location.href = "https://github.com/pbatard/rufus/tree/master/res/setup#readme"</script>
<title>Page Redirection</title>
</head>
<body>
If you are not redirected automatically, please follow <a href="https://github.com/pbatard/rufus/tree/master/res/setup#readme">this link</a>.
</body>
</html>

0 comments on commit 2398e47

Please sign in to comment.