diff --git a/index.html b/index.html
new file mode 100644
index 0000000..20ec409
--- /dev/null
+++ b/index.html
@@ -0,0 +1,85 @@
+
+
+
+
+ Serv00-sb-yg本地SSH专用一键脚本:https://github.com/yonggekkk/sing-box-yg
+
+
+
+
+
+
+
+
===========================================
+
甬哥侃侃侃ygkkk Serv00-sb-yg一键三协议共存脚本
+
===========================================
+
YouTubu视频教程 点击进入.
+
Github项目地址 点击进入.
+
+
+
+
+
+
diff --git a/serv00.sh b/serv00.sh
index dc58361..0bf15b9 100644
--- a/serv00.sh
+++ b/serv00.sh
@@ -630,8 +630,7 @@ vma_link="vmess://$(echo "{ \"v\": \"2\", \"ps\": \"$NAME-vmess-ws-argo\", \"add
echo "$vma_link" >> jh.txt
hy2_link="hysteria2://$UUID@$IP:$hy2_port?sni=www.bing.com&alpn=h3&insecure=1#$NAME-hy2"
echo "$hy2_link" >> jh.txt
-url=$(cat jh.txt 2>/dev/null)
-baseurl=$(echo -e "$url" | base64 -w 0)
+baseurl=$(base64 -w 0 < jh.txt)
cat > sing_box.json < ${FILE_PATH}/${UUID}_v2sub.txt
+cat jh.txt > ${FILE_PATH}/${UUID}_v2sub.txt
cat clash_meta.yaml > ${FILE_PATH}/${UUID}_clashmeta.txt
cat sing_box.json > ${FILE_PATH}/${UUID}_singbox.txt
+curl -sL https://raw.githubusercontent.com/yonggekkk/sing-box-yg/main/index.html -o "$FILE_PATH"/index.html
V2rayN_LINK="https://${USERNAME}.serv00.net/${UUID}_v2sub.txt"
Clashmeta_LINK="https://${USERNAME}.serv00.net/${UUID}_clashmeta.txt"
Singbox_LINK="https://${USERNAME}.serv00.net/${UUID}_singbox.txt"