Delete indexold_old.html

This commit is contained in:
MattTheTekie 2023-07-19 09:39:55 -04:00 committed by GitHub
commit db1a3f7107
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,96 +0,0 @@
<html>
<head>
<title>DSi Homepage</title>
<meta name="viewport" content="width=240">
<meta name="description" content="The DSi Homepage is a great site for the DSi Browser with games, apps, videos, and more!">
<meta name="keywords" content="dsihomepage, DSi Homepage, dsi homepage, DSiHomepage, Dsi Homepage, DSi homepage, DSi Sites, dsi sites, DSi Site, dsi site, dsi compatible site, what are some dsi compatible sites, What are some DSi compatible sites?, DSi Browser Games, dsi browser games, dsi tube, dsitube, DSi Tube, DSiTube">
<style>
body { margin: 0px; }
#topscreen, #bottomscreen { width: 240px; height:176px; overflow: hidden; }
</style>
<!--Check DSi code-->
<script>
if((navigator.userAgent.match(/Nintendo DSi/i))||(navigator.userAgent.match(/483; U; en-GB/i))){}
else
{
alert("This site is made for use with a Nintendo DSi. You are currently not using a Nintendo DSi, so some of this sites content might be incompatible with your system.");
}
</script>
<!--Clock code-->
<script type="text/javascript">
function init ( )
{
timeDisplay = document.createTextNode ( "" );
document.getElementById("clock").appendChild ( timeDisplay );
}
function updateClock ( )
{
var currentTime = new Date ( );
var currentHours = currentTime.getHours ( );
var currentMinutes = currentTime.getMinutes ( );
var currentSeconds = currentTime.getSeconds ( );
currentMinutes = ( currentMinutes < 10 ? "0" : "" ) + currentMinutes;
currentSeconds = ( currentSeconds < 10 ? "0" : "" ) + currentSeconds;
var timeOfDay = ( currentHours < 12 ) ? "AM" : "PM";
currentHours = ( currentHours > 12 ) ? currentHours - 12 : currentHours;
currentHours = ( currentHours == 0 ) ? 12 : currentHours;
var currentTimeString = currentHours + ":" + currentMinutes + ":" + currentSeconds + " " + timeOfDay;
document.getElementById("clock").firstChild.nodeValue = currentTimeString;
}
</script>
<!--Title code-->
<script> var num = '1'; function mes() { num++; if (num > 12) { num = 1;} if (num == 1) { document.title = 'D'; } if (num == 2) { document.title = 'DS'; } if (num == 3) { document.title = 'DSi'; } if (num == 4) { document.title = 'DSi '; } if (num == 5) { document.title = 'DSi H'; } if (num == 6) { document.title = 'DSi Ho'; } if (num == 7) { document.title = 'DSi Hom'; } if (num == 8) { document.title = 'DSi Home'; } if (num == 9) { document.title = 'DSi Homep'; } if (num == 10) { document.title = 'DSi Homepa'; } if (num == 11) { document.title = 'DSi Homepag'; } if (num == 12) { document.title = 'DSi Homepage'; } if (num < (12 * num)) {setTimeout('mes()', 300)}}mes();</script>
<!--Input code-->
<script>
var unicode="";
window.onkeydown = function(e){
unicode=e.keyCode;
if (unicode == "13"){alert("A");}
else if (unicode == "37"){alert("L + Left");}
else if (unicode == "38"){alert("L + Up");}
else if (unicode == "39"){alert("L + Right");}
else if (unicode == "40"){alert("L + Down");}
else {alert("different key");}
}
window.onkeyup = function(e){
unicode=e.keyCode;
if (unicode == "13"){alert("A");}
else if (unicode == "37"){alert("L + Left");}
else if (unicode == "38"){alert("L + Up");}
else if (unicode == "39"){alert("L + Right");}
else if (unicode == "40"){alert("L + Down");}
else {alert("different key");}
}
</script>
</head>
<body onload="updateClock(); setInterval('updateClock()', 1000 );">
<div style='position:absolute; left:0 px; top:160px; width:240px;'><marquee bgcolor="yellow"><font size="2">12/14/10-added 3DS Info page||12/13/10-new extension (Calculator 2.0)||12/12/10-added news banner</font></marquee></div>
<div style='position:absolute; left:0 px; top:176px; width:240px;' align='center'>
<img src="http://whosread.com/counter/021429.gif" alt="online counter" width="80" height="15" border="0" />
</div>
<div style='position:absolute; left:0 px; top:176px; width:240px;' align='right'>
<a href="/more/"><img border="0" src="/img/more.png" width="70" height="19" alt="More..." /></a>
</div>
<div id="topscreen">
<center><font size="2">Welcome to the</font><br><img border="0" src="/img/logo.PNG" width="215" height="160" alt="DSi Homepage" />
</div>
<div style='position:absolute; left:0 px; top:176px; width:240px;' align='left'>
<img border="0" src="/img/quadrplax.png" width="74" height="13" alt="By: quadrplax" />
</div>
<div id="bottomscreen"><!--style="background-image: url(/img/bg.png);"-->
<a href="/games/"></a><font size="1">By: quadrplax&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="/more/">More...</a><br><br></font>
<center>
<a href="/games/"><img border="0" src="/img/game.png" width="64" height="64" alt="Games" /></a>
<a href="/extensions.html"><img border="0" src="/img/ext.png" width="64" height="64" alt="Extensions" /></a>
<a href="/apps/"><img border="0" src="/img/apps.png" width="64" height="64" alt="Apps" /></a><br><font size="1"><br></font>
<a href="/videos/"><img border="0" src="/img/vid.png" width="64" height="64" alt="Videos" /></a>
<a href="/links.html"><img border="0" src="/img/link.png" width="64" height="64" alt="Links" /></a>
<a href="/news.html"><img border="0" src="/img/news.png" width="64" height="64" alt="News" /></a>
</center><font size="1"><div align="right">
<script type="text/javascript"> var a=new Date();var m=a.getMonth() + 1;var d=a.getDate();var y=a.getFullYear();document.write(m+"/"+d+"/"+y);</script>
<span id="clock">&nbsp;</span></div></font>
</div>
<script>document.body.scrollTop = 176;</script>
<body background="/img/animation.gif"></body>
</body>
</html>