diff options
Diffstat (limited to 'html/privacy')
-rw-r--r-- | html/privacy | 21 |
1 files changed, 4 insertions, 17 deletions
diff --git a/html/privacy b/html/privacy index b2fb82a..6d338fd 100644 --- a/html/privacy +++ b/html/privacy @@ -1,21 +1,11 @@ -<!DOCTYPE html> +<?php include '@include.php'; ?><!DOCTYPE html> <html lang="en"> <head> - <title>Privacy - Spragg Software Services Ltd.</title> - <link rel="stylesheet" href="/style/main.css" /> + <?php echo indent(site_head('Privacy - Spragg Software Services Ltd.'), 2); ?> </head> <body> <header> - <h1>Privacy</h1> - <nav> - <ul> - <li><a href="/">Home</a></li> - <li><a href="/projects">Projects</a></li> - <li><a href="/blog">Blog</a></li> - <li class="selected"><a href="/privacy">Privacy</a></li> - <li><a href="/contact">Contact</a></li> - </ul> - </nav> + <?php echo indent(site_header('Privacy'), 3); ?> </header> <main> <h2><img src="/img/icons/oxygen/base/32x32/apps/preferences-web-browser-cookies.png" alt="•" /> Cookies</h2> @@ -68,10 +58,7 @@ <a href="mailto:webmaster@spragg-ssl.co.uk">webmaster@spragg-ssl.co.uk</a>.</p> </main> <footer> - <hr /> - <p>Spragg Software Services Ltd is registered in England, No. 11248242. - Registered office: 82 Upper Hanover Street, Sheffield, S3 7RQ. - VAT reg No. 295343283.</p> + <?php echo indent(site_footer(), 3); ?> </footer> </body> </html> |