32 lines
764 B
HTML
32 lines
764 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Redirecting...</title>
|
|
<meta http-equiv="refresh" content="2;url=https://hypershelf.globalservices.stf">
|
|
<script>
|
|
setTimeout(function () {
|
|
window.location.href = "https://hypershelf.globalservices.stf";
|
|
}, 2000);
|
|
</script>
|
|
|
|
<link href="https://fonts.googleapis.com/css2?family=Geist&display=swap" rel="stylesheet" />
|
|
|
|
<style>
|
|
body {
|
|
background: #040404;
|
|
color: #fff;
|
|
font-family: Geist;
|
|
text-align: center;
|
|
}
|
|
</style>
|
|
</head>
|
|
|
|
<body>
|
|
<h1>Redirecting to Hypershelf...</h1>
|
|
<p>If you are not redirected automatically, <a href="https://hypershelf.globalservices.stf" id="manual-redirect">click
|
|
here</a>.</p>
|
|
</body>
|
|
|
|
</html> |