<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Redirecting...</title>
<!-- Meta refresh fallback (5-second delay in case JS is disabled) -->
<meta http-equiv="refresh" content="5; url=https://silverloch.com/index">
<script type="text/javascript">
// Instant redirect if JS is enabled
window.location.replace("https://silverloch.com/index");
</script>
</head>
<body>
<noscript>
<p>If you are not redirected automatically, <a href="https://silverloch.com/index">click here</a>.</p>
</noscript>
</body>
</html>