debug-dsi-shop/startup_d.html
2023-12-07 10:42:52 -05:00

68 lines
1.6 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>StartPage</title>
<link rel="stylesheet" type="text/css" href="common/css/default.css">
<script type="text/javascript" src="common/js/default.js"></script>
<style>
body {
background-color: #FFFFFF;
}
</style>
<script>
<!--
window.name = "DownWindow";
var gkong = new Kong();
gkong.ShowUpWindowScrollButton();
function gotoShopServer( addr )
{
var query = window.location.search;
gkong.HideUpWindowScrollButton();
MovePage( addr + "/index_u" + query,
addr + query, 1, 1);
}
-->
</script>
</head>
<body>
<h1>Shop Server</h1>
<div>
<a href="https://tss.t.shop.nintendowifi.net" target="_top">
https://tss.t.shop.nintendowifi.net
</a>
</div>
<div>
<a href="https://tss.t.shop.shenqudigital.com" target="_top">
https://tss.t.shop.shenqudigital.com
</a>
</div>
<h1>Debug</h1>
<ul>
<li><a href="NCL/index.html" target="_top">
NCL
</a></li>
<li><a href="javascript:void(0);"
onclick="MovePage('NOA_NOE_NAL/index_u.html',
'NOA_NOE_NAL/index_d.html', 1, 1)">
NOA / NOE / NAL
</a></li>
<li><a href="SMC/index.html" target="_top">
SMC
</a></li>
<li><a href="javascript:void(0);"
onclick="MovePage('BroadOn/index_u.html',
'BroadOn/index_d.html', 1, 1)">
BroadOn
</a></li>
</ul>
<p id="app_version">DSi Shop for China/Korea</p>
</body>
</html>