page update

This commit is contained in:
Midou36O 2021-02-18 13:11:36 +01:00
parent 491935f19b
commit 86e32d4054
2 changed files with 7 additions and 0 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
.sh
.bat

5
commit.sh Normal file
View File

@ -0,0 +1,5 @@
#!/bin/sh
git add .
git commit -am "page update"
git push