mirror of
https://github.com/docker-mailserver/docker-mailserver
synced 2026-01-23 21:48:03 +01:00
When a user arrives at `https://docker-mailserver.github.io/docker-mailserver/` they will encounter a 404 page. This `index.html` will now be loaded instead with an automatic redirect to the `latest` version of our docs.
14 lines
517 B
HTML
14 lines
517 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Redirecting to DMS docs</title>
|
|
<link rel="canonical" href="https://docker-mailserver.github.io/docker-mailserver/latest/"/>
|
|
<meta charset="utf-8" />
|
|
<meta http-equiv="refresh" content="0; url=https://docker-mailserver.github.io/docker-mailserver/latest/" />
|
|
</head>
|
|
<body>
|
|
<h1>Redirecting...</h1>
|
|
<p><a href="https://docker-mailserver.github.io/docker-mailserver/latest/">Click here if you are not redirected automatically</a></p>
|
|
</body>
|
|
</html>
|