67 lines
2.9 KiB
PHP
67 lines
2.9 KiB
PHP
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>tradersmash</title>
|
|
<meta name="description" content="Built with Flatlogic Generator">
|
|
<meta name="keywords" content="chat, customer support, AI chatbot, lead generation, visitor engagement, automated responses, live chat, website widget, tradersmash, Built with Flatlogic Generator">
|
|
<meta property="og:title" content="tradersmash">
|
|
<meta property="og:description" content="Built with Flatlogic Generator">
|
|
<meta property="og:image" content="">
|
|
<meta name="twitter:card" content="summary_large_image">
|
|
<meta name="twitter:image" content="">
|
|
|
|
<!-- Bootstrap 5 CSS -->
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet">
|
|
<!-- Bootstrap Icons -->
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css" rel="stylesheet">
|
|
<!-- Custom CSS -->
|
|
<link rel="stylesheet" href="assets/css/custom.css?v=<?php echo time(); ?>">
|
|
</head>
|
|
<body class="bg-light">
|
|
|
|
<div class="container my-5">
|
|
<div class="row">
|
|
<div class="col-lg-8 mx-auto text-center">
|
|
<h1 class="display-4 fw-bold">Welcome to tradersmash</h1>
|
|
<p class="lead text-muted">Your journey to automated, intelligent customer conversations starts here.</p>
|
|
<p>This is a placeholder page. The chat widget is active in the bottom-right corner.</p>
|
|
<div class="mt-4">
|
|
<a href="#" class="btn btn-primary btn-lg">Get Started</a>
|
|
<a href="#" class="btn btn-outline-secondary btn-lg">Learn More</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- Chat Widget -->
|
|
<div id="chat-fab" class="chat-widget-fab">
|
|
<i class="bi bi-chat-dots-fill"></i>
|
|
</div>
|
|
|
|
<div id="chat-window" class="chat-window">
|
|
<div class="chat-header">
|
|
<span>Chat with us</span>
|
|
<button id="close-chat" type="button" class="btn-close" aria-label="Close"></button>
|
|
</div>
|
|
<div id="chat-body" class="chat-body">
|
|
<!-- Messages will be appended here -->
|
|
</div>
|
|
<div class="chat-footer">
|
|
<form id="chat-form" class="input-group">
|
|
<input id="chat-input" type="text" class="form-control" placeholder="Type a message..." autocomplete="off">
|
|
<button class="btn btn-primary" type="submit">
|
|
<i class="bi bi-send-fill"></i>
|
|
</button>
|
|
</form>
|
|
</div>
|
|
</div>
|
|
<!-- End Chat Widget -->
|
|
|
|
<!-- Bootstrap 5 JS -->
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js"></script>
|
|
<!-- Custom JS -->
|
|
<script src="assets/js/main.js?v=<?php echo time(); ?>"></script>
|
|
</body>
|
|
</html> |