webxoss-client/migrate.html
2017-05-10 10:42:51 +08:00

14 lines
No EOL
395 B
HTML

<!DOCTYPE html>
<html manifest="webxoss.appcache">
<head>
<title>WEBXOSS</title>
<meta http-equiv="refresh" content="0; url=https://webxoss.com/" />
<link rel="canonical" href="https://webxoss.com/">
</head>
<body>
<p>Redirecting to <a href="https://webxoss.com/">https://webxoss.com/</a> ...</p>
<script>
window.location.replace('https://webxoss.com/')
</script>
</body>
</html>