llms.txt Content
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/icon" href="fav.ico">
<title>LiProspect - Coming Soon</title>
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
background-image: -webkit-linear-gradient(left, #9ab927, #6d9f2e);
min-height: 100vh;
display: flex;
align-items: center;
justify-content: center;
color: #333;
}
.container {
background: rgba(255, 255, 255, 0.95);
backdrop-filter: blur(10px);
border-radius: 20px;
padding: 3rem 2rem;
max-width: 600px;
width: 90%;
text-align: center;
box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
border: 1px solid rgba(255, 255, 255, 0.2);
}
.logo {
margin-bottom: 2rem;
display: flex;
justify-content: center;
align-items: center;
}
.logo svg {
height: 60px;
width: auto;
}
h1 {
font-size: 2.5rem;
font-weight: 700;
margin-bottom: 1.5rem;
color: #555554;
}
.content {
font-size: 1.1rem;
line-height: 1.7;
margin-bottom: 2rem;
color: #555;
}
.content p {
margin-bottom: 1rem;
}
.contact-info {
background: rgba(102, 126, 234, 0.1);
border-radius: 15px;
padding: 1.5rem;
margin: 2rem 0;
border-left: 4px solid #667eea;