How to create a redirect link
Click on the arrow next to upload and select "Paste HTML"

Copy & past the code below changing GOOGLE.COM to your redirect destination
Click Next then upload & follow the normal process

Copy & past the code below changing GOOGLE.COM to your redirect destination
<!DOCTYPE html>
<html>
<head>
<script>window.location = 'https://GOOGLE.COM'</script>
</head>
<body>
<p>Please follow <a href="https://GOOGLE.COM">this link</a>.</p>
</body>
</html>
Click Next then upload & follow the normal process
Updated on: 06/11/2024
Thank you!