Spaces:
No application file
No application file
File size: 582 Bytes
cd12c32 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
<!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> |