Tried to add the contact form --> js is not working atm
This commit is contained in:
parent
f536885785
commit
01fadc2ccf
5 changed files with 143 additions and 15 deletions
|
@ -12,15 +12,15 @@
|
|||
<header>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="/static/templates/index.html">
|
||||
<a href="/">
|
||||
<img src="/static/img/logo.png" alt="logo.png">
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/static/template/contact.html">Contact</a>
|
||||
<a href="/contact">Contact</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/static/template/faq.html">FAQ</a>
|
||||
<a href="/faq.html">FAQ</a>
|
||||
</li>
|
||||
</ul>
|
||||
</header>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue