Tried to add the contact form --> js is not working atm

This commit is contained in:
sageTheDM 2024-09-16 16:44:30 +02:00
parent f536885785
commit 01fadc2ccf
5 changed files with 143 additions and 15 deletions

View file

@ -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>