Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
codefoxs committed Apr 30, 2024
1 parent 44d10f5 commit 63977e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@
url = common("https://www.zhihu.com/search?type=content&q=");
window.open(url);
}
function chatgpt(){
url = "https://chat.openai.com";
function mitacom(){
url = "https://metaso.cn";
window.open(url);
}
function weixin(){
Expand Down Expand Up @@ -185,7 +185,7 @@
<div class="center-in-center-4">
<div align="center">
</BR></BR></BR></BR>
<img src="./gg2.jpg" width=55%/ onclick="chatgpt()"></BR></BR>
<img src="./gg2.jpg" width=55%/ onclick="mitacom()"></BR></BR>
<input id="srk" value="" style="width: 350px; height: 25px;" onkeydown="if(event.keyCode==13) {judge()};" autofocus="autofocus">
</div>
</BR>
Expand Down

0 comments on commit 63977e2

Please sign in to comment.