Skip to content

Commit

Permalink
add meta tag and repo link
Browse files Browse the repository at this point in the history
  • Loading branch information
gallen881 committed Sep 16, 2024
1 parent f43caa4 commit 166c93d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@
<meta charset="utf-8">
<link rel="stylesheet" href="style.css"></link>
<title>注音輸入法轉漢字翻譯器</title>
<meta name="description" content="注音輸入法轉漢字翻譯器">
<meta property="og:site_name" content="和泉小角落-工具庫">
<meta property="og:url" content="https://gallen881.github.io/bopomofo2hanzi">
<meta property="og:type" content="website">
<meta property="og:title" content="注音輸入法轉漢字翻譯器">
<meta property="og:description" content="注音輸入法轉漢字翻譯器">
</head>

<body>
Expand All @@ -21,6 +27,7 @@
<p id="translated_text" style="color:gainsboro;"></p>
<script type="text/javascript" src="./models/PTT_2023_08_06_engTyping2Zh_HMM100_Mon_Aug__7_201541_2023_for_js.js"></script>
<script src="translator_viterbi.js"></script>
<a href="https://github.com/gallen881/bopomofo2hanzi" style="position: fixed; bottom: 0; margin: 3%;">GitHub Repository</a>
</body>

</html>

0 comments on commit 166c93d

Please sign in to comment.