2
2
< html >
3
3
4
4
< head >
5
- < title > GitHub活动统计 </ title >
5
+ < title > GitHub 贡献统计 </ title >
6
6
< link rel ="icon "
7
7
href ="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text x='50%' y='50%' font-size='80' text-anchor='middle' dominant-baseline='central'>📊</text></svg> "
8
8
type ="image/svg+xml ">
15
15
< body >
16
16
< nav class ="navbar ">
17
17
< div class ="nav-brand ">
18
- < img src ="https://github.com/IICSC.png " alt ="IICSC " onerror ="this.onerror=null;this.src='./images/placeholder-avatar.png '; " class ="nav-avatar ">
18
+ < img src ="https://github.com/IICSC.png " alt ="IICSC " onerror ="this.onerror=null;this.src='./images/placeholder-avatar.svg '; " class ="nav-avatar ">
19
19
< span class ="nav-title "> GitHub 贡献统计</ span >
20
20
</ div >
21
21
< div class ="nav-links ">
22
22
< a href ="# " class ="nav-link active "> 首页</ a >
23
23
< a href ="#heatmap " class ="nav-link "> 贡献日历</ a >
24
- < a href ="#about " class ="nav-link "> 关于</ a >
25
24
</ div >
26
25
</ nav >
27
26
< div class ="container ">
@@ -31,7 +30,7 @@ <h1>GitHub 贡献统计</h1>
31
30
< div class ="input-group ">
32
31
< label for ="username "> GitHub 用户名</ label >
33
32
< div class ="input-wrapper ">
34
- < img id ="userAvatar " src ="https://github.com/WuXiaoMuer.png " alt ="User Avatar " onerror ="this.onerror=null;this.src='./images/placeholder-avatar.png '; "
33
+ < img id ="userAvatar " src ="https://github.com/WuXiaoMuer.png " alt ="User Avatar " onerror ="this.onerror=null;this.src='./images/placeholder-avatar.svg '; "
35
34
class ="user-avatar ">
36
35
37
36
< input type ="text " id ="username " placeholder ="输入用户名 " value ="WuXiaoMuer ">
@@ -86,11 +85,11 @@ <h3>最长连续贡献</h3>
86
85
87
86
< div class ="author ">
88
87
< a href ="https://github.com/WuXiaoMuer " target ="_blank " class ="author-link ">
89
- < img src ="https://github.com/WuXiaoMuer.png " alt ="WuXiaoMuer " onerror ="this.onerror=null;this.src='./images/placeholder-avatar.png '; " class ="author-avatar ">
88
+ < img src ="https://github.com/WuXiaoMuer.png " alt ="WuXiaoMuer " onerror ="this.onerror=null;this.src='./images/placeholder-avatar.svg '; " class ="author-avatar ">
90
89
< span > WuXiaoMuer</ span >
91
90
</ a >
92
91
< a href ="https://github.com/IICSC " target ="_blank " class ="author-link ">
93
- < img src ="https://github.com/IICSC.png " alt ="IICSC " onerror ="this.onerror=null;this.src='./images/placeholder-avatar.png '; " class ="author-avatar ">
92
+ < img src ="https://github.com/IICSC.png " alt ="IICSC " onerror ="this.onerror=null;this.src='./images/placeholder-avatar.svg '; " class ="author-avatar ">
94
93
< span > IICSC</ span >
95
94
</ a >
96
95
</ div >
0 commit comments