Change landing to subdomain

This commit is contained in:
soafen 2022-12-30 06:17:50 -08:00
commit 4008bf53c3

View file

@ -2,7 +2,7 @@
<link rel="stylesheet" href="css/home.css"/>
<script type="text/javascript">
if (!navigator.userAgent.match(/Wii/) && window.location.hash !=='#override') {
window.location = 'landing/index.html';
window.location = 'https://landing.wiinet.xyz';
}
</script>
</head>