TDKHome.old/TDKCade/index.html
2023-07-14 11:36:58 -04:00

48 lines
1.7 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<body style="background: url(images/16491.jpg)">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width" />
<link rel="shortcut icon" href="favicon.ico" />
<title>TDKCade - Explore the DS World!</title>
<style>
body { margin: 0px; }
#topscreen, #bottomscreen { width: 240px; height: 176px; overflow: hidden; }
#title { position: absolute; left: 14px; top: 65px; }
#disclaimer { margin: 25px; margin-top: 25px; font-family: sans-serif; font-size: 11px; text-align: justify; color: green; }
</style>
<script>
function init()
{
document.body.scrollTop = 176;
setTimeout(nextPage, 5000);
}
function nextPage()
{
window.location = "index2.html";
}
</script>
</head>
<body onload="init()">
<div id="topscreen">
<a href="index2.html"><img id="title" src="dsielogo.png" border="0"></a>
</div>
<div id="bottomscreen">
<div id="disclaimer">
TDKCade is a fan-made site and is not affiliated with Nintendo.<br><br>
TDKCade does not modify your system in any way and will not invalidate your warranty.<br><br>
Nintendo, Nintendo DSi, Nintendo Wii, Mii,
and Touch Generations are registered trademarks
of Nintendo.
</div>
</div>
</body>
</html>