Get rid of the yet-to-be-skinned message.
authorDave Page <dpage@pgadmin.org>
Thu, 22 Jun 2023 14:04:18 +0000 (15:04 +0100)
committerDave Page <dpage@pgadmin.org>
Thu, 22 Jun 2023 14:04:18 +0000 (15:04 +0100)
templates/index.html [new file with mode: 0644]

diff --git a/templates/index.html b/templates/index.html
new file mode 100644 (file)
index 0000000..9956370
--- /dev/null
@@ -0,0 +1,13 @@
+{%extends "base.html" %}
+{%block title%}PGDay UK{%endblock%}
+{%block maincontent%}
+<div class="row">
+  <div class="col-md-7 offset-md-2">
+    <h1 class="text-center">PGDay UK</h1>
+    <p>
+      Welcome to PGDay UK.
+    </p>
+
+  </div>
+</div>
+{%endblock%}