Skip to content

Commit

Permalink
update title
Browse files Browse the repository at this point in the history
  • Loading branch information
phillychi3 committed Oct 22, 2024
1 parent ba3afe8 commit dff76da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Bootstrap 示例</title>
<title>ㄔㄐㄐ</title>
<link
href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css"
rel="stylesheet"
Expand Down Expand Up @@ -78,7 +78,7 @@
const codeBlock = document.getElementById("codeBlock").innerText;
navigator.clipboard.writeText(codeBlock).then(
function () {
alert("程式碼已複製到剪貼簿");
alert("gogogo");
},
function (err) {
alert("複製失敗: ", err);
Expand Down

0 comments on commit dff76da

Please sign in to comment.