website/static/users.html (14 lines of code) (raw):

<!DOCTYPE HTML> <html lang="en-US"> <head> <meta charset="UTF-8"> <meta http-equiv="refresh" content="0; url=/index.html"> <script type="text/javascript"> window.location.href = '/index.html'; </script> <title>Apache Milagro is core security infrastructure and crypto libraries for decentralized networks and distributed systems.</title> </head> <body> If you are not redirected automatically, follow this <a href="/index.html">link</a>. </body> </html>