Added a header to index

This commit is contained in:
sageTheDM 2024-09-16 16:08:00 +02:00
parent 8849b80d84
commit d0af4a5eeb
6 changed files with 153 additions and 90 deletions

13
py/templates/contact.html Normal file
View file

@ -0,0 +1,13 @@
<!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>
</body>
</html>