Update index.html

Added "System Monitor"
This commit is contained in:
DJObleezy 2025-03-23 05:49:02 -07:00 committed by GitHub
parent 2abb963721
commit 3a2c2f83b0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,6 +4,8 @@
<meta charset="utf-8">
<!-- Custom Fonts -->
<link href="https://fonts.googleapis.com/css2?family=Orbitron:wght@400;700&family=VT323&display=swap" rel="stylesheet">
<!-- Retro Floating Refresh Bar -->
<link rel="stylesheet" href="/static/css/retro-refresh.css">
<!-- Meta viewport for responsive scaling -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Ocean.xyz Pool Mining Dashboard v 0.2</title>
@ -1063,5 +1065,7 @@
}
});
</script>
<!-- Retro Floating Refresh Bar -->
<script src="/static/js/retro-refresh.js"></script>
</body>
</html>