diff options
Diffstat (limited to '')
-rw-r--r-- | app/views/contact.ejs (renamed from views/contact.ejs) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/views/contact.ejs b/app/views/contact.ejs index 4fed4c5..72268cb 100644 --- a/views/contact.ejs +++ b/app/views/contact.ejs @@ -1,8 +1,8 @@ -<% include header %> +<% include templates/header %> </head> <body> - <% include navbar %> + <% include templates/navbar %> <!-- Wrapper ================================================== --> @@ -12,6 +12,6 @@ <p>Se gjerne igjennom vår <a href="https://divid.no/faq">faq</a> - ofte stilte spørsmål - før dere sender mail på support(at)divid.no.</p> <h3>Business</h3> <p>Ønsker du å kontakte oss for kjøp av annonseplass, forretninger og lignende ta kontakt på hallo(at)divid.no.</p> -<% include footer %> +<% include templates/footer %> </body> </html> |