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

@@ -6,7 +6,6 @@
<title>Learn Bitcoin</title>
<!-- scripts -->
<script src="/assets/js/scripts.js" defer></script>
</head>
<link rel="stylesheet" href="/assets/css/main.css">
@@ -194,7 +193,12 @@
<div id="back-to-top">
<a href="#top" title="Back to Top">🔝</a>
<script>function navigateToSection(select) {
const sectionId = select.value;
if (sectionId) {
document.getElementById(sectionId).scrollIntoView({ behavior: 'smooth' });
}
}</script>
</html>