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

---
 base.html | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 base.html

diff --git a/base.html b/base.html
new file mode 100644
index 0000000..d3b2efc
--- /dev/null
+++ b/base.html
@@ -0,0 +1,14 @@
+<!DOCTYPE html>
+<html>
+<head>
+    <title>Uni Hub</title>
+    <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet">
+</head>
+<body>
+    {% include 'includes/navbar.html' %}
+    <div class="container mt-4">
+        {% block content %}{% endblock %}
+    </div>
+    <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js"></script>
+</body>
+</html>
\ No newline at end of file
-- 
GitLab