Add index.html to redirect client to nghttp2.org
This commit is contained in:
parent
508c63c0d4
commit
99f77e6065
|
@ -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>
|
Loading…
Reference in New Issue