From 4ecf63c5a9fec2766c05c88af5b94357e50930ee Mon Sep 17 00:00:00 2001 From: Linho Date: Wed, 30 Apr 2025 15:40:33 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E7=BD=91=E7=AB=99=E5=9B=BE?= =?UTF-8?q?=E6=A0=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 16 ++++++++++++++-- public/favicon-black.svg | 1 + public/favicon-white.svg | 1 + public/favicon.svg | 3 +++ public/vite.svg | 1 - 5 files changed, 19 insertions(+), 3 deletions(-) create mode 100644 public/favicon-black.svg create mode 100644 public/favicon-white.svg create mode 100644 public/favicon.svg delete mode 100644 public/vite.svg diff --git a/index.html b/index.html index 3282883..0b11064 100644 --- a/index.html +++ b/index.html @@ -2,9 +2,21 @@ - + + + - function-plot-GUI + Function-Plot-GUI diff --git a/public/favicon-black.svg b/public/favicon-black.svg new file mode 100644 index 0000000..efae388 --- /dev/null +++ b/public/favicon-black.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/favicon-white.svg b/public/favicon-white.svg new file mode 100644 index 0000000..8367e23 --- /dev/null +++ b/public/favicon-white.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/favicon.svg b/public/favicon.svg new file mode 100644 index 0000000..96955ec --- /dev/null +++ b/public/favicon.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/public/vite.svg b/public/vite.svg deleted file mode 100644 index e7b8dfb..0000000 --- a/public/vite.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file