aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/highwaysengland/header_site.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/web/highwaysengland/header_site.html')
-rw-r--r--templates/web/highwaysengland/header_site.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/templates/web/highwaysengland/header_site.html b/templates/web/highwaysengland/header_site.html
new file mode 100644
index 000000000..e1f104f14
--- /dev/null
+++ b/templates/web/highwaysengland/header_site.html
@@ -0,0 +1,14 @@
+<header id="site-header" role="banner">
+ <div class="container">
+ [% INCLUDE 'header_logo.html' %]
+ <a href="#main-nav" id="nav-link">Main Navigation</a>
+ </div>
+</header>
+
+[% IF c.req.uri.path == '/' %]
+ <div class="front-warning">
+ <div class="container">
+ Please don&rsquo;t endanger your safety to make a report to us, only do so from a safe location
+ </div>
+ </div>
+[% END %]