<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="refresh" content="0; url=articles.html"> <script> window.location.href = window.location.origin + "/articles.html"; </script> </head> </html>