diff --git a/build.sh b/build.sh new file mode 100644 index 0000000..80b9e48 --- /dev/null +++ b/build.sh @@ -0,0 +1,3 @@ +rsync -aup -e 'ssh -p 8044' --delete public/* root@cronyakatsuki.xyz:/var/www/startpage +git add . +git commit -m "Update startpage." diff --git a/index.html b/public/index.html similarity index 96% rename from index.html rename to public/index.html index 53132a3..e342f02 100644 --- a/index.html +++ b/public/index.html @@ -10,7 +10,7 @@
-
+
diff --git a/style.css b/public/style.css similarity index 100% rename from style.css rename to public/style.css