From e42c750f3103c3454aeb644d05f60f0336ca0998 Mon Sep 17 00:00:00 2001 From: Dave Page Date: Thu, 22 Jun 2023 15:04:18 +0100 Subject: [PATCH] Get rid of the yet-to-be-skinned message. --- templates/index.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 templates/index.html diff --git a/templates/index.html b/templates/index.html new file mode 100644 index 0000000..9956370 --- /dev/null +++ b/templates/index.html @@ -0,0 +1,13 @@ +{%extends "base.html" %} +{%block title%}PGDay UK{%endblock%} +{%block maincontent%} +
+
+

PGDay UK

+

+ Welcome to PGDay UK. +

+ +
+
+{%endblock%} -- 2.39.5