EVOLUTION-MANAGER
Edit File: index.html
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link href="/bootstrap-4.4.0-dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-SI27wrMjH3ZZ89r4o+fGIJtnzkAnFs3E4qz9DIYioCQ5l9Rd/7UAa8DHcaL8jkWt" crossorigin="anonymous"> <title>ntopng - offline mode</title> </head> <body> <section class="container"> <div class="row"> <div class="col-md-12 col-12 my-2"> <div class="text-center my-3"> <img alt="ntop logo" src="/img/logo-ntop.svg" /> </div> <div class="card"> <div class="card-body"> <h2 class="card-title">Offline Mode</h2> <h3 class="card-subtitle text-muted mb-3">Something went wrong...</h3> <p class="card-text"> It seems <b>ntopng</b> is not reachable right now. Are you upgrading to the latest software version? <br><br> If the answer was <b>yes</b>, please be patient, the machine is running the update, you can retry later to access the page you was looking for or you can click the button below to retry right now: <br><br> <a href="/" class="btn btn-dark w-100">Bring me to <b>ntopng</b></a> <br><br> If the answer was <b>no</b>, then check your internet connection please. If the problem persist, please contact us at: <br> <a href="https://ntop.org/blog">https://ntop.org/blog</a> </p> <br> <br> <blockquote class="blockquote"> <p class="mb-0">Thanks for supporting us.</p> <footer class="blockquote-footer"><b>ntop</b> team</footer> </blockquote> </div> </div> </div> </div> </section> <script type="text/javascript" src="/js/jquery.js"></script> <script type="text/javascript" src="/bootstrap-4.4.0-dist/js/bootstrap.min.js" integrity="sha384-3qaqj0lc6sV/qpzrc1N5DC6i1VRn/HyX4qdPaiEFbn54VjQBEU341pvjz7Dv3n6P" crossorigin="anonymous"></script> </body> </html>