projects
/
pguk-website.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f912071
)
Get rid of the yet-to-be-skinned message.
author
Dave Page
<dpage@pgadmin.org>
Thu, 22 Jun 2023 14:04:18 +0000
(15:04 +0100)
committer
Dave Page
<dpage@pgadmin.org>
Thu, 22 Jun 2023 14:04:18 +0000
(15:04 +0100)
templates/index.html
[new file with mode: 0644]
patch
|
blob
diff --git a/templates/index.html
b/templates/index.html
new file mode 100644
(file)
index 0000000..
9956370
--- /dev/null
+++ b/
templates/index.html
@@ -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%}