51 lines
2.2 KiB
PHP
51 lines
2.2 KiB
PHP
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>vbvb</title>
|
|
<meta name="description" content="Built with Flatlogic Generator">
|
|
<meta name="keywords" content="chat, support, customer service, AI, chatbot, helpdesk, messaging, live chat, Built with Flatlogic Generator">
|
|
<meta property="og:title" content="vbvb">
|
|
<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="">
|
|
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet">
|
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css">
|
|
<link rel="stylesheet" href="assets/css/custom.css?v=<?php echo time(); ?>">
|
|
</head>
|
|
<body>
|
|
|
|
<div class="container my-5">
|
|
<h1>Welcome to our Chat Support</h1>
|
|
<p>Click the chat bubble in the corner to start a conversation.</p>
|
|
</div>
|
|
|
|
<!-- Chat Widget Button -->
|
|
<div class="chat-widget-button" id="chat-widget-button">
|
|
<i class="bi bi-chat-dots-fill fs-3"></i>
|
|
</div>
|
|
|
|
<!-- Chat Widget -->
|
|
<div class="chat-widget" id="chat-widget">
|
|
<div class="chat-widget-header">
|
|
<h5 class="mb-0">Chat with us</h5>
|
|
<span class="chat-widget-close" id="chat-widget-close"><i class="bi bi-x-lg"></i></span>
|
|
</div>
|
|
<div class="chat-widget-body" id="chat-widget-body">
|
|
<div class="chat-message bot">Hello! How can I help you today?</div>
|
|
</div>
|
|
<div class="chat-widget-footer">
|
|
<div class="input-group">
|
|
<input type="text" class="form-control" placeholder="Type a message..." id="chat-input">
|
|
<button class="btn btn-primary" type="button" id="send-button"><i class="bi bi-send-fill"></i></button>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js"></script>
|
|
<script src="assets/js/main.js?v=<?php echo time(); ?>"></script>
|
|
</body>
|
|
</html> |