index.html (14 lines of code) (raw):

<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <title>EPAM Github Redirection</title> <meta http-equiv="refresh" content="0; url='https://solutionshub.epam.com/search?license_type=open_source'" /> </head> <body> <script> window.location.href = "https://solutionshub.epam.com/search?license_type=open_source" </script> <p>If you are not redirected automatically, follow the <a href='https://solutionshub.epam.com/search?license_type=open_source'>link to EPAM SolutionsHub</a></p> </body> </html>