forked from solstice/solstice
15 lines
438 B
HTML
15 lines
438 B
HTML
|
|
<!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>
|