index.html 274 B

12345678910
  1. <!doctype html>
  2. <html><head>
  3. </head><body>
  4. <p>
  5. This is the index page!
  6. </p>
  7. <div><a href="./hello/en">English Hello</a></div>
  8. <div><a href="./hello/ru">Русский Привет</a></div>
  9. <div><a href="./web/">Static files directory</a></div>
  10. </body></html>