File size: 1,026 Bytes
29c9a3c
 
 
2d6ff4b
 
1c2f9e6
2d6ff4b
29c9a3c
2d6ff4b
29c9a3c
2d6ff4b
 
fe39778
0b0450c
2d6ff4b
0b0450c
 
2d6ff4b
0b0450c
596ee0f
29c9a3c
2d6ff4b
0b0450c
2d6ff4b
 
596ee0f
 
29c9a3c
0b0450c
da750f7
0b0450c
97925bd
0b0450c
596ee0f
0b0450c
596ee0f
da750f7
29c9a3c
 
 
2ff4ba7
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<!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>