diff --git a/index.html b/index.html
index 7a96b40cb620ab08c3959a88c878fb0ac415dae3..620f3c3226312b5e5d644418c648e6aa02332527 100644
--- a/index.html
+++ b/index.html
@@ -4,7 +4,7 @@
-
Chat GPT App
+ Chat GPT - InsCode.net
diff --git a/src/App.vue b/src/App.vue
index ed395d19db224de7022b3eea4141eb7800f07392..8d59f8665f1295d68436d5eb1839641c6475088f 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -17,6 +17,9 @@
+
+ Powered By InsCode.net
+
@@ -144,4 +147,11 @@ export default {
.dialog-item-ai .dialog-item-main {
background-color: #eee;
}
+.logo{
+ width: 16px;
+ height: 16px;
+ vertical-align: middle;
+ position: relative;
+ top: -1px;
+}
\ No newline at end of file
diff --git a/src/assets/logo.png b/src/assets/logo.png
new file mode 100644
index 0000000000000000000000000000000000000000..81298e26cad85b44d00ecfbf8d777cd577cdd9c5
Binary files /dev/null and b/src/assets/logo.png differ