diff --git a/README.md b/README.md
new file mode 100644
index 0000000..7e67e6b
--- /dev/null
+++ b/README.md
@@ -0,0 +1,7 @@
+# 能够解出来的 "羊了个羊" 小游戏 Demo
+
+坑爹的小游戏,根本无解,自己写了个 demo,在线体验地址:https://solvable-sheep-game.vercel.app/
+
+vite+vue3 实现,欢迎 star、issue、pr
+
+
diff --git a/index.html b/index.html
index 278cb0a..07df533 100644
--- a/index.html
+++ b/index.html
@@ -1,13 +1,13 @@
-
-
-
-
- 有解的羊了个羊
-
-
-
-
-
+
+
+
+
+ 有解的羊了个羊
+
+
+
+
+
diff --git a/public/favicon.ico b/public/favicon.ico
new file mode 100644
index 0000000..3ab5292
Binary files /dev/null and b/public/favicon.ico differ
diff --git a/public/preview.png b/public/preview.png
new file mode 100644
index 0000000..52c6c70
Binary files /dev/null and b/public/preview.png differ
diff --git a/src/GithubIcon.tsx b/src/GithubIcon.tsx
index e3e1d09..9fc696f 100644
--- a/src/GithubIcon.tsx
+++ b/src/GithubIcon.tsx
@@ -2,19 +2,25 @@ import React, { FC } from 'react';
export const GithubIcon: FC = () => {
return (
-
+
+
);
};