From 63ba5ff10030a129204cba7d595b7bca95196213 Mon Sep 17 00:00:00 2001
From: tri <tri@thac.loan>
Date: Fri, 26 Sep 2025 22:56:58 +0700
Subject: [PATCH] init

---
 Makefile       | 2 ++
 www/index.html | 1 +
 2 files changed, 3 insertions(+)
 create mode 100644 Makefile
 create mode 100644 www/index.html

diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..8ae1574
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,2 @@
+deploy:
+	rsync -avz --no-owner --no-group ./www/ pleroma:/www/thac.loan/
diff --git a/www/index.html b/www/index.html
new file mode 100644
index 0000000..37463e9
--- /dev/null
+++ b/www/index.html
@@ -0,0 +1 @@
+*boo*
-- 
2.47.3

