34618-vm/index.php
Flatlogic Bot 5b9d4cd964 Beta
2025-10-03 10:12:53 +00:00

37 lines
2.0 KiB
PHP

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ALTRUISTICXAI</title>
<meta name="description" content="PulseDock transforms tool noise into actionable insights with chat-first intent chips and impact receipts.">
<meta name="keywords" content="intent hub, impact receipts, focus management, productivity tool, chat-first workflow, student productivity, team accountability, solo builder tools, task management, progress tracking, goal setting">
<meta property="og:title" content="ALTRUISTICXAI">
<meta property="og:description" content="PulseDock transforms tool noise into actionable insights with chat-first intent chips and impact receipts.">
<meta property="og:image" content="https://project-screens.s3.amazonaws.com/screenshots/34618/app-hero-20251003-101130.png">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:image" content="https://project-screens.s3.amazonaws.com/screenshots/34618/app-hero-20251003-101130.png">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="assets/css/custom.css?v=<?php echo time(); ?>">
</head>
<body>
<div class="chat-container">
<div class="chat-header">
PulseDock
</div>
<div class="chat-box" id="chat-box">
<!-- Messages will be appended here -->
</div>
<form class="chat-input-form" id="chat-form">
<input type="text" class="chat-input" id="chat-input" placeholder="Type your message...">
<button type="submit" class="send-button">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path d="M2.01 21L23 12 2.01 3 2 10l15 2-15 2z"/></svg>
</button>
</form>
</div>
<script src="assets/js/main.js?v=<?php echo time(); ?>"></script>
</body>
</html>