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

@ -0,0 +1,30 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/static/styles.css">
<title>AI Assistant</title>
</head>
<body>
<header>
<ul>
<li>
<a href="/">
<img src="/static/img/logo.png" alt="logo.png">
</a>
</li>
<li>
<a href="/contact">Contact</a>
</li>
<li>
<a href="/faq.html">FAQ</a>
</li>
</ul>
</header>
</body>
</html>