Skip to content

Commit

Permalink
feat: 网页增加网站图标
Browse files Browse the repository at this point in the history
  • Loading branch information
zonemeen committed Dec 14, 2023
1 parent 3c1161b commit 1047918
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion template/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
<title>Music Player</title>
<link rel="icon" type="image/svg+xml" href="/music.svg">
<link rel="icon" type="image/png" href="/music.png">
<link
href="https://cdn.bootcdn.net/ajax/libs/ant-design-vue/1.7.7/antd.min.css"
rel="stylesheet"
Expand All @@ -12,7 +14,7 @@
href="https://cdn.bootcdn.net/ajax/libs/aplayer/1.10.1/APlayer.min.css"
rel="stylesheet"
/>
<link href="index.css" rel="stylesheet" />
<link href="/index.css" rel="stylesheet" />
<script src="https://cdn.bootcdn.net/ajax/libs/vue/2.6.9/vue.min.js"></script>
<script src="https://cdn.bootcdn.net/ajax/libs/ant-design-vue/1.7.7/antd.min.js"></script>
<script src="https://cdn.bootcdn.net/ajax/libs/aplayer/1.10.1/APlayer.min.js"></script>
Expand Down
Binary file added template/music.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions template/music.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1047918

Please sign in to comment.