download patch
commit 9dcce6063dbe3cc4107063e355a3de2fc7f20519
Author: tri <tri@thac.loan>
Date: Fri Sep 26 23:27:03 2025 +0700
homepage
diff --git a/Makefile b/Makefile
index 8ae1574..3c0c40d 100644
--- a/Makefile
+++ b/Makefile
+watch:
+ find www | entr -rc make deploy
+
deploy:
rsync -avz --no-owner --no-group ./www/ pleroma:/www/thac.loan/
diff --git a/www/elitedesk.jpg b/www/elitedesk.jpg
new file mode 100644
index 0000000..2020533
Binary files /dev/null and b/www/elitedesk.jpg differ
diff --git a/www/index.html b/www/index.html
index 37463e9..8064e0a 100644
--- a/www/index.html
+++ b/www/index.html
-*boo*
+<!doctype html>
+<html lang="en">
+ <head>
+ <meta charset="utf-8" />
+ <title>thac.loan</title>
+ <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+ </head>
+ <body>
+ <h1>thac.loan</h1>
+ <img src="elitedesk.jpg" alt="elitedesk product placement" />
+ <p>
+ thacloan is a used <b>HP EliteDesk 800 G1 DM</b>
+ running a handful of VMs serving services of varying degrees of
+ usefulness.
+ </p>
+
+ <p>Coming soon:</p>
+ <ul>
+ <li>Blog, could be a mix of Vietnamese and English. We'll see.</li>
+ <li>
+ Code, free-as-in-freedom and either offline or selfhostable. Make the
+ computer
+ <a
+ href="https://www.behance.net/gallery/20843299/HP-THE-COMPUTER-IS-PERSONAL-AGAIN"
+ >personal</a
+ >
+ again.
+ </li>
+ </ul>
+ </body>
+</html>