Add index.html to redirect client to nghttp2.org

This commit is contained in:
Tatsuhiro Tsujikawa 2015-10-04 18:53:57 +09:00
parent 508c63c0d4
commit 99f77e6065
1 changed files with 9 additions and 0 deletions

9
index.html Normal file
View File

@ -0,0 +1,9 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>nghttp2</title>
<meta http-equiv="refresh" content="0;URL='https://nghttp2.org/'" />
</head>
<body>
<p>This page has moved to a <a href="https://nghttp2.org/">nghttp2.org</a>.</p>
</body>
</html>