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