-
Notifications
You must be signed in to change notification settings - Fork 0
/
startup_d.html
62 lines (56 loc) · 1.55 KB
/
startup_d.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<!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">
https://tss.t.shop.nintendowifi.net
</a>
</div>
<div>
<a href="#https://tss.t.shop.shenqudigital.com">
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>