diff options
| author | John J. Camilleri <john@digitalgrammars.com> | 2020-11-17 01:05:32 +0100 |
|---|---|---|
| committer | John J. Camilleri <john@digitalgrammars.com> | 2020-11-17 01:05:32 +0100 |
| commit | 40e5f90d56f151ce3607b3b4f902c090128d1532 (patch) | |
| tree | e01de77a5142c44f0f230b9d4742e6841c3dbb0b /download/index.html | |
| parent | 3df552eb5de8850dade820a72f73c6bd0e1f739a (diff) | |
Add stubs in download/ for 3.11. Make dowload/index.html redirect to current version.
Diffstat (limited to 'download/index.html')
| -rw-r--r-- | download/index.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/download/index.html b/download/index.html new file mode 100644 index 000000000..eb32412f8 --- /dev/null +++ b/download/index.html @@ -0,0 +1,8 @@ +<html> +<head> + <meta http-equiv="refresh" content="0; URL=/download/index-3.10.html" /> +</head> +<body> + You are being redirected to <a href="index-3.10.html">the current version</a> of this page. +</body> +</html> |
