|
<!DOCTYPE html> |
|
<html lang="ar" dir="rtl"> |
|
<head> |
|
<meta charset="UTF-8"> |
|
<meta name="viewport" content="width=device-width, initial-scale=1.0"> |
|
<title>مساعد قانوني</title> |
|
<link rel="stylesheet" href="style.css"> |
|
|
|
|
|
|
|
|
|
</head> |
|
<body> |
|
<div class="chat-container"> |
|
<header> |
|
<h1>مساعد قانوني مغربي</h1> |
|
</header> |
|
<div id="chatbox" class="chatbox"> |
|
|
|
<div class="message assistant-message"> |
|
مرحباً! كيف يمكنني مساعدتك اليوم بخصوص القانون المغربي؟ |
|
</div> |
|
</div> |
|
<footer> |
|
<div class="input-area"> |
|
<textarea id="message-input" placeholder="أدخل سؤالك هنا..." rows="1"></textarea> |
|
<button id="send-button" aria-label="إرسال"> |
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" width="24" height="24"> |
|
<path d="M3.478 2.405a.75.75 0 00-.926.94l2.432 7.905H13.5a.75.75 0 010 1.5H4.984l-2.432 7.905a.75.75 0 00.926.94 60.519 60.519 0 0018.445-8.986.75.75 0 000-1.218A60.517 60.517 0 003.478 2.405z" /> |
|
</svg> |
|
</button> |
|
</div> |
|
<div class="footer-text"> |
|
قد تكون الإجابات غير دقيقة أو غير كاملة. استشر دائماً متخصصاً. |
|
</div> |
|
</footer> |
|
</div> |
|
|
|
<script src="script.js"></script> |
|
</body> |
|
</html> |