Update index.html

This commit is contained in:
2026-06-18 14:36:50 +00:00
parent 7d65e4c982
commit 158494425a
+2 -16
View File
@@ -13,25 +13,11 @@
<p class="subtitle">This site is currently under construction.</p> <p class="subtitle">This site is currently under construction.</p>
<p class="note"></p> <p class="note"></p>
<div class="visitor-panel"> <div class="visitor-panel">
<h2>Recent Visitors</h2> <h2>Working on Something better</h2>
<p class="visitor-note"></p> <p class="visitor-note"></p>
<div class="table-wrap">
<table id="visitors">
<thead>
<tr>
<th>#</th>
<th>IP Address</th>
<th>Location</th>
<th>Time</th>
</tr>
</thead>
<tbody id="visitor-body">
<p>Checking...</p>
</tbody>
</table>
</div> </div>
</div> </div>
<footer>Protected access &middot; Visitor logging is masked for privacy</footer> <footer>Protected access; Visitor logging is masked for privacy</footer>
</div> </div>
</body> </body>
</html> </html>