From a17a64825ab8f59234d39b66b93b7eb31a519131 Mon Sep 17 00:00:00 2001 From: Atridad Lahiji Date: Thu, 5 Mar 2026 16:14:45 -0700 Subject: [PATCH] Add home.tmpl --- home.tmpl | 110 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 110 insertions(+) create mode 100644 home.tmpl diff --git a/home.tmpl b/home.tmpl new file mode 100644 index 0000000..5386513 --- /dev/null +++ b/home.tmpl @@ -0,0 +1,110 @@ +{{template "base/head" .}} + + +
+
+ + +

Atridad Lahiji's Code Forge

+

A private space for my source available projects.

+ + + +
+

+ Unauthorized use of code or content for training AI models or + AI-driven data scraping is strictly prohibited. +

+ +
+
+{{template "base/footer" .}} \ No newline at end of file