Services Monitor

This commit is contained in:
2025-09-26 23:59:18 -04:00
parent d55333a652
commit fa0a7bba8a
13 changed files with 297 additions and 106 deletions

View File

@@ -9,7 +9,6 @@
<link rel="stylesheet" href="/assets/css/main.css">
<link rel="apple-touch-icon" href="/images/apple-touch-icon.png">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css" rel="stylesheet">
<script src="/assets/js/scripts.js" defer></script>
</head>
<body>
<!-- Bitcoin Price Banner -->
@@ -107,5 +106,10 @@
</div>
<div id="footer"></div>
<a href="#top" title="Back to Top">🔝</a>
</body>
<script>function navigateToSection(select) {
const sectionId = select.value;
if (sectionId) {
document.getElementById(sectionId).scrollIntoView({ behavior: 'smooth' });
}
}</script>
</html>