Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added assets/logos/favicon.ico
Binary file not shown.
4 changes: 4 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
<title>Project Trans</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />

<!-- 添加网站图标 -->
<link rel="icon" href="./assets/logos/favicon.ico" type="image/x-icon" />

<link rel="me" href="https://mastodon.social/@ProjectTrans" />
<link rel="stylesheet" href="./assets/style.css" />
</head>
Expand Down