From f411bc46a2e535d0404f4b50bbb5c55c1fe8eb59 Mon Sep 17 00:00:00 2001 From: Arslaan Pathan Date: Fri, 17 Jul 2026 21:11:08 +1200 Subject: Initial commit --- templates/index.html | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 templates/index.html (limited to 'templates/index.html') diff --git a/templates/index.html b/templates/index.html new file mode 100644 index 0000000..b547a2f --- /dev/null +++ b/templates/index.html @@ -0,0 +1,8 @@ +{% extends "base.html" %} + +{% block content %} +
+

Hey, I'm Arslaan!

+

I’m a 13-year-old developer exploring systems programming, Linux, FOSS, reverse-engineering, jailbreaking, and a bit of embedded systems.

+
+{% endblock content %} -- cgit v1.2.3