view _layouts/redirect.html @ 280:2bf083b44c5c

* pages/menu/about.md: Update URL, do not mention Linux distros directly.
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Sun, 08 May 2022 02:32:13 +0900
parents 54532ba03391
children
line wrap: on
line source

<!DOCTYPE html>
<html lang="en">
<head>
  <link rel="canonical" href="{{ page.redirect_to | relative_url }}">
  <meta http-equiv="content-type" content="text/html; charset=utf-8">
  <meta http-equiv="refresh" content="0; url={{ page.redirect_to | relative_url }}">
  <title>Redirecting...</title>
</head>
<body>
  <h1>Redirecting...</h1>
  <a href="{{ page.redirect_to | relative_url }}">Click here if you are not redirected.</a>
</body>
</html>