Frajosgro's picture
Create templates/index.html
cd12c32 verified
raw
history blame contribute delete
582 Bytes
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8">
<title>Dr. Franz Schwanz</title>
<link href="/static/styles.css" rel="stylesheet">
<script src="/static/script.js" defer></script>
</head>
<body>
<div class="container">
<h1>Dr. Franz Schwanz 🛋️</h1>
<div id="chat"></div>
<textarea id="input" placeholder="Was quält Sie heute?"></textarea>
<button id="send">Senden</button>
</div>
<!-- Ethik-Hinweis -->
<div class="disclaimer">
<p>⚠️ Experimenteller Chatbot. Nicht für echte Therapie nutzen.</p>
</div>
</body>
</html>