index.html

 1<!doctype html>
 2<html lang="en">
 3    <head>
 4        <meta charset="UTF-8" />
 5        <meta http-equiv="refresh" content="0; url=/#features" />
 6        <title>Redirecting to Features...</title>
 7    </head>
 8    <body>
 9        <p>Redirecting to <a href="/#features">features</a>...</p>
10    </body>
11</html>