diff options
Diffstat (limited to 'views/contact.html')
-rw-r--r-- | views/contact.html | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/views/contact.html b/views/contact.html index 04caed4..9a0b03e 100644 --- a/views/contact.html +++ b/views/contact.html @@ -70,9 +70,12 @@ </div> </div> </div> + <footer class="footer"> - <% include footer.html %> - </footer> + <% include footer.html %> + </footer> + + </body> </html> |