1
0
forked from GitHub/gf-core

Add stubs in download/ for 3.11. Make dowload/index.html redirect to current version.

This commit is contained in:
John J. Camilleri
2020-11-17 01:05:32 +01:00
parent 3df552eb5d
commit 40e5f90d56
4 changed files with 215 additions and 0 deletions

8
download/index.html Normal file
View File

@@ -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>