summaryrefslogtreecommitdiff
path: root/views/contact.html
diff options
context:
space:
mode:
Diffstat (limited to 'views/contact.html')
-rw-r--r--views/contact.html13
1 files changed, 10 insertions, 3 deletions
diff --git a/views/contact.html b/views/contact.html
index 946da42..4775e4c 100644
--- a/views/contact.html
+++ b/views/contact.html
@@ -1,11 +1,18 @@
<!DOCTYPE html>
<html>
<head>
- <title><%= title %></title>
+ <% include head.html %>
</head>
<body>
- <h2>Welcome to contact Page</h2>
-
+ <header>
+ <% include header.html %>
+ </header>
+ <h1>Contact</h1>
+
+ <footer class="footer">
+ <% include footer.html %>
+ </footer>
+
</body>
</html>