diff --git a/home.html b/home.html
new file mode 100644
index 0000000000000000000000000000000000000000..24a4175bd65dd7edaac3232851c9a69a20eaefe8
--- /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