Skip to content

Commit 79ed807

Browse files
committed
Add a brief packages/index.html to avoid 403s
See melpa#1823
1 parent d0024be commit 79ed807

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

packages/index.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<html>
2+
<head>
3+
<title>Package Listing</title>
4+
<meta http-equiv="refresh" content="5; url=/" />
5+
</head>
6+
<body>
7+
<h1>Package Listing</h1>
8+
<p>
9+
Please see the <a href="/">main page</a> for a full package
10+
listing. You will be redirected automatically.
11+
</p>
12+
</body>
13+
</html>

0 commit comments

Comments
 (0)