From a74e61eae37f7f70cbbab25f35030354c540a0be Mon Sep 17 00:00:00 2001 From: Beaumont Mogridge <mogridgeb@cardiff.ac.uk> Date: Wed, 1 Dec 2021 16:43:42 +0000 Subject: [PATCH] Update main.html added text bar --- templates/main.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/main.html b/templates/main.html index 4557b91..3c531ed 100644 --- a/templates/main.html +++ b/templates/main.html @@ -14,9 +14,10 @@ <title>{% block title %}{% endblock %} - Tramshed Workspaces</title> </head> + <div class="parallax"> <body class="body"> - <img src="/static/Tramshed_Logo.jpg" alt="Logo" height="50" width="100"> + <header><img src="/static/Tramshed_Logo.jpg" alt="Logo" height="50" width="100" >Welcome</header> <!-- navigation --> <nav> <ul> -- GitLab