Services Monitor
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user