202301231148

This commit is contained in:
mhwikicn 2023-01-23 11:48:18 +08:00
parent 18311d9d23
commit b293725deb
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@
<HR> <HR>
<TABLE border="0" width="900"> <TABLE border="0" width="900">
<TBODY> <TBODY>
<TR><TD><h3>このサイトは、旧「<a href="http://mmpotato.hp.infoseek.co.jp/codes/MH2/index.html">怪物猎人2解析情报</a>」より複製移設したものです。</h3>旧サイトのオーナー様より閉鎖依頼があれば直ちに閉鎖します。 <TR><TD><h3>このサイトは、旧「<a href="http://mmpotato.hp.infoseek.co.jp/codes/MH2/index.html">怪物猎人2解析情报</a>」より<a href="http://mh2kaiseki.web.fc2.com/index.html">複製移設<\a>の複製移設したものです。</h3>旧サイトのオーナー様より閉鎖依頼があれば直ちに閉鎖します。
</TD></TR></TABLE> </TD></TR></TABLE>
<TR> <TR>

View File

@ -10,7 +10,7 @@ function ShowLinks(level, kind)
//タイトルロゴ //タイトルロゴ
// html = "<A href=\"http://mmpotato.hp.infoseek.co.jp/codes/MH2/index.html\">"; // html = "<A href=\"http://mmpotato.hp.infoseek.co.jp/codes/MH2/index.html\">";
html = "<A href=\"http://mh2kaiseki.web.fc2.com/index.html\">"; html = "<A href=\"https://mhwikicn.github.io/mh2/index.html\">";
html += "<IMG src=\"" + urlSuffix + "images/TITLE.gif\" width=\"260\" height=\"64\" border=\"0\">"; html += "<IMG src=\"" + urlSuffix + "images/TITLE.gif\" width=\"260\" height=\"64\" border=\"0\">";
html += "</A>"; html += "</A>";
logo.innerHTML = html; logo.innerHTML = html;