From 52d600e070820810c2a9f7a59c2d8c2209bf13bc Mon Sep 17 00:00:00 2001 From: FullGreaM Date: Sat, 27 Feb 2021 17:17:08 +0300 Subject: [PATCH] Up-Date repository --- index.html | 3 +++ update.bat | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 index.html create mode 100644 update.bat diff --git a/index.html b/index.html new file mode 100644 index 0000000..239c5a5 --- /dev/null +++ b/index.html @@ -0,0 +1,3 @@ +{ + "page_url": "https://vk.com/angel_crew" +} \ No newline at end of file diff --git a/update.bat b/update.bat new file mode 100644 index 0000000..553d67b --- /dev/null +++ b/update.bat @@ -0,0 +1,3 @@ +git add . +git commit -m "Up-Date repository" +git push \ No newline at end of file