diff options
author | fahimkhan | 2016-09-20 17:33:40 +0530 |
---|---|---|
committer | fahimkhan | 2016-09-20 17:33:40 +0530 |
commit | 36aaf4cdc8f978920db073aba03b136fc8a7a432 (patch) | |
tree | 67590cba46977f86e2ae0f59308735eec7b84cc3 /views/contact.html | |
parent | 54cf9ef1c1fd193bc8cb6c9fdc4cd67b6f35753f (diff) | |
download | Online-NgSpice-Simulator-36aaf4cdc8f978920db073aba03b136fc8a7a432.tar.gz Online-NgSpice-Simulator-36aaf4cdc8f978920db073aba03b136fc8a7a432.tar.bz2 Online-NgSpice-Simulator-36aaf4cdc8f978920db073aba03b136fc8a7a432.zip |
Subject: Added layout
Description: Added layput to About and Contact page.
Diffstat (limited to 'views/contact.html')
-rw-r--r-- | views/contact.html | 13 |
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> |