aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/app/views/contact.ejs
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/contact.ejs')
-rw-r--r--app/views/contact.ejs17
1 files changed, 17 insertions, 0 deletions
diff --git a/app/views/contact.ejs b/app/views/contact.ejs
new file mode 100644
index 0000000..72268cb
--- /dev/null
+++ b/app/views/contact.ejs
@@ -0,0 +1,17 @@
+<% include templates/header %>
+</head>
+<body>
+
+ <% include templates/navbar %>
+
+ <!-- Wrapper
+ ================================================== -->
+<div class="container" id="wrapper">
+ <h1>Kontakt oss</h1>
+ <h3>Support</h3>
+ <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 templates/footer %>
+</body>
+</html>