Skip to content
Snippets Groups Projects
Commit 3415c93c authored by mlsuyt2718's avatar mlsuyt2718
Browse files

modify index.html

parent 51f0f20c
No related branches found
No related tags found
No related merge requests found
...@@ -8,47 +8,59 @@ ...@@ -8,47 +8,59 @@
</head> </head>
<body> <body>
<table class="table"> <table class="table table-bordered table-hover">
<thead> <thead class="thead-dark">
<tr> <tr>
<th scope="col">#</th> <th scope="col" class="text-center">#</th>
<th scope="col">Pubkey</th> <th scope="col" class="text-center">Pubkey</th>
<th scope="col">Server</th> <th scope="col" class="text-center">Server</th>
<th scope="col">Port</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</th>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<tr> <tr>
<th scope="row">1</th> <th scope="col">1</th>
<td>4QRZj4bHpXTdJajfX8mTf2RmYQhKX7BtiMiZL3z5Lo8F</td> <th scope="col">4QRZj4bHpXTdJajfX8mTf2RmYQhKX7BtiMiZL3z5Lo8F</th>
<td>svetsae7j3usrycn.onion</td> <th scope="col">svetsae7j3usrycn.onion</th>
<td>10951</td> <th scope="col">10951</th>
<th scope="col">Yes</th>
<th scope="col">11/05/2019</th>
</tr> </tr>
<tr> <tr>
<th scope="row">2</th> <th scope="col">2</th>
<td>FE4p3w7LvfDtat7pwNky5vZ9SPGKRrFid8gS2bg8Pjka</td> <th scope="col">FE4p3w7LvfDtat7pwNky5vZ9SPGKRrFid8gS2bg8Pjka</th>
<td>svetsae7j3usrycn.onion</td> <th scope="col">svetsae7j3usrycn.onion</th>
<td>10952</td> <th scope="col">10952</th>
<th scope="col">Yes</th>
<th scope="col">11/05/2019</th>
</tr> </tr>
<tr> <tr>
<th scope="row">3</th> <th scope="col">3</th>
<td>BCpJfvYWXLqtazhDxFjULdCwYqt2L9JGADfQPEBX1B7A</td> <th scope="col">BCpJfvYWXLqtazhDxFjULdCwYqt2L9JGADfQPEBX1B7A</th>
<td>23.82.19.79</td> <th scope="col">23.82.19.79</th>
<td>10951</td> <th scope="col">10951</th>
<th scope="col">Yes</th>
<th scope="col">11/05/2019</th>
</tr> </tr>
<tr> <tr>
<th scope="row">3</th> <th scope="col">4</th>
<td>HYm6mvGz4JyKdUWwYsJsdTVCfMx3mGaZgQeNtdgSGPFN</td> <th scope="col">HYm6mvGz4JyKdUWwYsJsdTVCfMx3mGaZgQeNtdgSGPFN</th>
<td>185.193.38.231</td> <th scope="col">185.193.38.231</th>
<td>10951</td> <th scope="col">10951</th>
<th scope="col">Yes</th>
<th scope="col">11/05/2019</th>
</tr> </tr>
<tr> <tr>
<th scope="row">3</th> <th scope="col">5</th>
<td>wwtwMNBLJt7AQ5mWQeyGKddgjLtpRdyTTPYuMBSAKcG</td> <th scope="col">wwtwMNBLJt7AQ5mWQeyGKddgjLtpRdyTTPYuMBSAKcG</th>
<td>37.59.36.94</td> <th scope="col">37.59.36.94</th>
<td>10951</td> <th scope="col">10951</th>
<th scope="col">Yes</th>
<th scope="col">11/05/2019</th>
</tr> </tr>
</tbody> </tbody>
</table> </table>
</body> </body>
</html> </html>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment