mirror of
https://github.com/webxoss/webxoss-client.git
synced 2024-11-20 05:49:55 +01:00
14 lines
No EOL
395 B
HTML
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> |