diff --git a/public/index.html b/public/index.html
deleted file mode 100644
index e74dd49c3701fa30adefde80f917b9febd59f9c7..0000000000000000000000000000000000000000
--- a/public/index.html
+++ /dev/null
@@ -1,74 +0,0 @@
-<html>
-<head>
-<title>List gmixer instances</title>
-<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
-<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
-<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
-<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
-</head>
-<body>
-
-<table class="table table-bordered table-hover">
-   <thead class="thead-dark">
-<tr>
-      <th scope="col" class="text-center">#</th>
-      <th scope="col" class="text-center">Pubkey</th>
-      <th scope="col" class="text-center">Server</th>
-      <th scope="col" class="text-center">Port</th>
-      <th scope="col" class="text-center">Up</th>
-      <th scope="col" class="text-center">Monitoring Date (CET)</th>
-    </tr>
-  </thead>
-  <tbody>
-<tr>
-      <th scope="col">1</th>
-      <th scope="col">4QRZj4bHpXTdJajfX8mTf2RmYQhKX7BtiMiZL3z5Lo8F</th>
-      <th scope="col">svetsae7j3usrycn.onion</th>
-      <th scope="col">10951</th>
-      <th scope="col">Yes</th>
-      <th scope="col">05-12-2019 11:02:25</th>
-    </tr>
-<tr>
-      <th scope="col">2</th>
-      <th scope="col">BCpJfvYWXLqtazhDxFjULdCwYqt2L9JGADfQPEBX1B7A</th>
-      <th scope="col">23.82.19.79</th>
-      <th scope="col">10951</th>
-      <th scope="col">Yes</th>
-      <th scope="col">05-12-2019 11:02:25</th>
-    </tr>
-<tr>
-      <th scope="col">3</th>
-      <th scope="col">FE4p3w7LvfDtat7pwNky5vZ9SPGKRrFid8gS2bg8Pjka</th>
-      <th scope="col">svetsae7j3usrycn.onion</th>
-      <th scope="col">10952</th>
-      <th scope="col">Yes</th>
-      <th scope="col">05-12-2019 11:02:25</th>
-    </tr>
-<tr>
-      <th scope="col">4</th>
-      <th scope="col">HsYcZNRjjXEv98vpCbNdQuAHaTCXV6fCNu8tKC1xkGjR</th>
-      <th scope="col">51.68.124.31</th>
-      <th scope="col">10951</th>
-      <th scope="col">Yes</th>
-      <th scope="col">05-12-2019 11:02:25</th>
-    </tr>
-<tr>
-      <th scope="col">5</th>
-      <th scope="col">HYm6mvGz4JyKdUWwYsJsdTVCfMx3mGaZgQeNtdgSGPFN</th>
-      <th scope="col">185.193.38.231</th>
-      <th scope="col">10951</th>
-      <th scope="col">Yes</th>
-      <th scope="col">05-12-2019 11:02:25</th>
-    </tr>
-<tr>
-      <th scope="col">6</th>
-      <th scope="col">wwtwMNBLJt7AQ5mWQeyGKddgjLtpRdyTTPYuMBSAKcG</th>
-      <th scope="col">37.59.36.94</th>
-      <th scope="col">10951</th>
-      <th scope="col">Yes</th>
-      <th scope="col">05-12-2019 11:02:25</th>
-    </tr>
-</tbody>
-</table>
-</body>
-</html>