Add a brief packages/index.html to avoid 403s

See #1823
This commit is contained in:
Steve Purcell 2014-07-02 08:27:55 +01:00
parent d0024be3b2
commit 79ed807949

13
packages/index.html Normal file
View file

@ -0,0 +1,13 @@
<html>
<head>
<title>Package Listing</title>
<meta http-equiv="refresh" content="5; url=/" />
</head>
<body>
<h1>Package Listing</h1>
<p>
Please see the <a href="/">main page</a> for a full package
listing. You will be redirected automatically.
</p>
</body>
</html>