wiinet is ready™️

hopefully, after over a year of development, it will have been worth the wait
This commit is contained in:
soafen 2022-09-09 23:24:33 +02:00
commit e364b9143f
650 changed files with 53461 additions and 49 deletions

View file

@ -1,49 +1,43 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<title>ilovewiinet</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<style type="text/css" media="screen">
html, body { height:100%; background-color: #b900ff;}
body { margin:0; padding:0; overflow:hidden; }
#flashContent { width:100%; height:100%; }
</style>
</head>
<body>
<div id="flashContent">
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="100%" height="100%" id="ilovewiinet" align="middle">
<param name="movie" value="ilovewiinet.swf" />
<param name="quality" value="high" />
<param name="bgcolor" value="#b900ff" />
<param name="play" value="true" />
<param name="loop" value="true" />
<param name="wmode" value="window" />
<param name="scale" value="showall" />
<param name="menu" value="true" />
<param name="devicefont" value="false" />
<param name="salign" value="" />
<param name="allowScriptAccess" value="sameDomain" />
<!--[if !IE]>-->
<object type="application/x-shockwave-flash" data="ilovewiinet.swf" width="100%" height="100%">
<param name="movie" value="ilovewiinet.swf" />
<param name="quality" value="high" />
<param name="bgcolor" value="#b900ff" />
<param name="play" value="true" />
<param name="loop" value="true" />
<param name="wmode" value="window" />
<param name="scale" value="showall" />
<param name="menu" value="true" />
<param name="devicefont" value="false" />
<param name="salign" value="" />
<param name="allowScriptAccess" value="sameDomain" />
<!--<![endif]-->
<a href="http://www.adobe.com/go/getflash">
<img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" />
</a>
<!--[if !IE]>-->
</object>
<!--<![endif]-->
</object>
</div>
</body>
</html>
<head>
<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';
}
</script>
</head>
<body style="text-align:center;">
<div style="padding-top:220px;">
<a href="games">GAMES</a> - <a href="videos">VIDEOS</a> - <a href="media">MEDIA</a> - <a href="utilities">UTILITIES</a> - <a href="others">OTHERS</a> - <a href="credits">CREDITS</a><br>
</div><br>
<div style="background-color:#000;">
<marquee style="color:yellow;">Welcome to Wine Development Build. Toyota.</marquee>
</div><br>
<span id="tick2" style="font-size:24px;"></span>
<script type="text/javascript">
function show2(){
if (!document.all&&!document.getElementById)
return
thelement=document.getElementById? document.getElementById("tick2"): document.all.tick2
var Digital=new Date()
var hours=Digital.getHours()
var minutes=Digital.getMinutes()
var seconds=Digital.getSeconds()
var dn="PM"
if (hours<12)
dn="AM"
if (hours>12)
hours=hours-12
if (hours==0)
hours=12
if (minutes<=9)
minutes="0"+minutes
if (seconds<=9)
seconds="0"+seconds
var ctime=hours+":"+minutes+":"+seconds+" "+dn
thelement.innerHTML=""+ctime+""
setTimeout("show2()",1000)
}
window.onload=show2;
</script>
</body>