��<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>Redirecting...</title> <!-- UTM Tracking Script --> </head> <body> <script> window.location.href = "pages/step1.html"; </script> </body> </html>