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

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