published_versions/technology.html/index.html (11 lines of code) (raw):

<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <meta http-equiv="refresh" content="0; url=/technology"> <link rel="canonical" href="/technology" /> </head> <script> window.location.href = '/technology' + window.location.search + window.location.hash; </script> </html>