<!doctype html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>SOCHILLIZE skill</title> <meta http-equiv="refresh" content="0; url=/skill" /> <link rel="canonical" href="/skill" /> </head> <body> <p> Redirecting to <a href="/skill">/skill</a>… </p> <script> // Prefer JS redirect so browser history behaves nicely. window.location.replace("/skill"); </script> </body> </html>