2026-07-29 13:54:34 +02:00
|
|
|
<!doctype html>
|
|
|
|
|
<html lang="en">
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="utf-8">
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
2026-07-31 08:43:31 +02:00
|
|
|
<title>Moved — Silent Mode</title>
|
|
|
|
|
<meta http-equiv="refresh" content="0; url=/tools/">
|
|
|
|
|
<link rel="canonical" href="https://silentmode.st/tools/">
|
|
|
|
|
<script>
|
|
|
|
|
// Preserve deep-link fragments (#theseus / #resolver / #android) across the redirect.
|
|
|
|
|
if (location.hash) location.replace("/tools/" + location.hash);
|
|
|
|
|
</script>
|
2026-07-29 13:54:34 +02:00
|
|
|
<style>
|
2026-07-31 08:43:31 +02:00
|
|
|
body{margin:0;font:15px/1.6 system-ui,-apple-system,Segoe UI,Roboto,sans-serif;
|
|
|
|
|
background:#0b0e14;color:#e7eaf1;display:grid;place-items:center;min-height:100vh;padding:1.5rem}
|
|
|
|
|
.card{max-width:460px;text-align:center}
|
|
|
|
|
a{color:#d6ff3d}
|
|
|
|
|
p{color:#8b98a9}
|
2026-07-29 13:54:34 +02:00
|
|
|
</style>
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
2026-07-31 08:43:31 +02:00
|
|
|
<div class="card">
|
|
|
|
|
<h1>Downloads moved.</h1>
|
|
|
|
|
<p>The apps page merged with the tools hub. Everything you were looking for is now at
|
|
|
|
|
<a href="/tools/">silentmode.st/tools/</a>. Redirecting you there.</p>
|
2026-07-29 13:54:34 +02:00
|
|
|
</div>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|