Use Chookspace Pages to redirect auto to sols.dev

This commit is contained in:
2026-01-20 12:14:15 +11:00
parent 6d5d29f05b
commit 9397f410da

14
chookspace/index.html Normal file
View File

@@ -0,0 +1,14 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Redirecting to sols.dev</title>
</head>
<body>
<p>Redirecting to sols.dev, if that doesn't work <a href="https://sols.dev">click here</a>.</p>
<script>
window.location.href = "https://sols.dev";
</script>
</body>
</html>