My-Legal-AI-Assistant / index.html
rithwikreal's picture
Update index.html
fe39778 verified
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>Welcome | AI Legal Assistant</title>
<link rel="stylesheet" href="style.css" />
</head>
<body class="welcome-body">
<div class="welcome-container">
<div class="welcome-left">
<h1>AI Legal Assistant</h1>
<h2>Your Voice. Your World.</h2>
<p>
Experience the future of conversation.
Speak naturally and let AI respond intelligently.
</p>
<div class="glow-circle"></div>
</div>
<div class="login-card">
<h3>Welcome Back ๐Ÿ‘‹</h3>
<p class="subtext">Login to continue</p>
<input type="text" id="username" placeholder="Username" />
<input type="password" id="password" placeholder="Password" />
<button class="login-btn" onclick="login()">Enter Experience</button>
<p class="demo-cred">
</p>
<p id="message" class="error-msg"></p>
</div>
</div>
<script src="script.js"></script>
</body>
</html>