Update index.html
Browse files- index.html +6 -3
index.html
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
<head>
|
4 |
<meta charset="UTF-8" />
|
5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
6 |
-
<title
|
7 |
<style>
|
8 |
html,
|
9 |
body {
|
@@ -24,6 +24,7 @@
|
|
24 |
border-radius: 6px;
|
25 |
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
|
26 |
z-index: 1;
|
|
|
27 |
}
|
28 |
.github-container img {
|
29 |
width: 24px;
|
@@ -32,7 +33,7 @@
|
|
32 |
}
|
33 |
.github-container a {
|
34 |
text-decoration: none;
|
35 |
-
color: #
|
36 |
font-size: 14px;
|
37 |
}
|
38 |
.github-container a:hover {
|
@@ -61,7 +62,7 @@
|
|
61 |
background: #f0f0f0;
|
62 |
}
|
63 |
.title.active {
|
64 |
-
background: #
|
65 |
color: white;
|
66 |
}
|
67 |
.container {
|
@@ -92,6 +93,8 @@
|
|
92 |
<a href="https://github.com/HumanAIGC-Engineering/OpenAvatarChat" target="_blank">
|
93 |
open-avatar-chat🔥
|
94 |
</a>
|
|
|
|
|
95 |
</div>
|
96 |
|
97 |
<div class="titles-container">
|
|
|
3 |
<head>
|
4 |
<meta charset="UTF-8" />
|
5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
6 |
+
<title>open-avatar-chat</title>
|
7 |
<style>
|
8 |
html,
|
9 |
body {
|
|
|
24 |
border-radius: 6px;
|
25 |
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
|
26 |
z-index: 1;
|
27 |
+
font-size: 14px;
|
28 |
}
|
29 |
.github-container img {
|
30 |
width: 24px;
|
|
|
33 |
}
|
34 |
.github-container a {
|
35 |
text-decoration: none;
|
36 |
+
color: #615CED;
|
37 |
font-size: 14px;
|
38 |
}
|
39 |
.github-container a:hover {
|
|
|
62 |
background: #f0f0f0;
|
63 |
}
|
64 |
.title.active {
|
65 |
+
background: #615CED;
|
66 |
color: white;
|
67 |
}
|
68 |
.container {
|
|
|
93 |
<a href="https://github.com/HumanAIGC-Engineering/OpenAvatarChat" target="_blank">
|
94 |
open-avatar-chat🔥
|
95 |
</a>
|
96 |
+
<span style="margin-left: 12px;color: #615CED;">Powered by Tongyi
|
97 |
+
</span>
|
98 |
</div>
|
99 |
|
100 |
<div class="titles-container">
|