mirror of
https://github.com/rvtr/rmc_website.git
synced 2025-10-31 13:31:21 -04:00
63 lines
1.6 KiB
HTML
63 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>
|
|
<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>
|