From 1ebc0f9dc57aa654515c527d704d3383374cb772 Mon Sep 17 00:00:00 2001
From: a2-abueida <anas2.abueida@live.uwe.ac.uk>
Date: Sat, 26 Apr 2025 19:16:36 +0000
Subject: [PATCH] Add new file

---
 home.html | 8 ++++++++
 1 file changed, 8 insertions(+)
 create mode 100644 home.html

diff --git a/home.html b/home.html
new file mode 100644
index 0000000..24a4175
--- /dev/null
+++ b/home.html
@@ -0,0 +1,8 @@
+{% extends 'base.html' %}
+
+{% block content %}
+<div class="jumbotron">
+    <h1 class="display-4">Welcome to Uni Hub!</h1>
+    <p class="lead">Your campus community platform</p>
+</div>
+{% endblock %}
\ No newline at end of file
-- 
GitLab