Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 57e3cf17 authored by Jason Kridner's avatar Jason Kridner
Browse files

fix latest redirect link

parent d4618ca0
Branches
No related merge requests found
...@@ -13,10 +13,10 @@ cat <<HERE > public/index.html ...@@ -13,10 +13,10 @@ cat <<HERE > public/index.html
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<meta http-equiv="refresh" content="7; url='https://www.w3docs.com'" /> <meta http-equiv="refresh" content="0; url='latest/'" />
</head> </head>
<body> <body>
<p>Please follow <a href="https://www.w3docs.com">this link</a>.</p> <p>Please follow <a href="latest/">this link</a>.</p>
</body> </body>
</html> </html>
HERE HERE
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment