47 lines
3.3 KiB
HTML
47 lines
3.3 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="fr">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>💼 Business - Leads Discord</title>
|
|
<link href="https://fonts.googleapis.com/css2?family=Outfit:wght@400;600;700&display=swap" rel="stylesheet">
|
|
<script src="https://cdn.tailwindcss.com"></script>
|
|
<style>
|
|
:root { --bg-dark: #0d0d1a; --bg-card: #16162a; --bg-input: #1a1a35; --primary: #e94560; --secondary: #7b2cbf; --accent: #00d9ff; --text: #fff; --text-dim: #888; --success: #00ff88; --danger: #ff4757; --warning: #ffc800; }
|
|
* { margin: 0; padding: 0; box-sizing: border-box; }
|
|
body { font-family: 'Outfit', sans-serif; background: var(--bg-dark); color: var(--text); padding: 15px; min-height: 100vh; }
|
|
h1 { text-align: center; font-size: 1.6em; background: linear-gradient(135deg, var(--primary), var(--secondary)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; margin-bottom: 15px; }
|
|
.card { background: var(--bg-card); border-radius: 15px; padding: 15px; margin-bottom: 15px; }
|
|
.dashboard-frame { width: 100%; height: calc(100vh - 180px); border: none; border-radius: 10px; background: #1a1a2e; }
|
|
.status-badge { display: inline-block; padding: 4px 10px; border-radius: 15px; font-size: 0.75em; margin-left: 8px; }
|
|
.status-new { background: rgba(255,200,0,0.2); color: #ffc800; }
|
|
.status-connected { background: rgba(0,255,136,0.2); color: var(--success); }
|
|
.status-offline { background: rgba(255,71,87,0.2); color: var(--danger); }
|
|
.info-box { background: rgba(0,217,255,0.1); border: 1px solid var(--accent); padding: 12px; border-radius: 10px; margin-bottom: 15px; }
|
|
.info-box h3 { color: var(--accent); margin-bottom: 8px; font-size: 0.95em; }
|
|
.info-box p { color: var(--text-dim); font-size: 0.85em; }
|
|
|
|
.home-btn{position:fixed;top:10px;left:10px;z-index:9999;background:linear-gradient(135deg,#00d9ff,#7b2cbf);color:#fff;border:none;border-radius:8px;padding:10px 15px;font-size:14px;cursor:pointer;text-decoration:none;display:flex;align-items:center;gap:8px;box-shadow:0 2px 10px rgba(0,217,255,0.3);transition:all 0.3s;font-family:-apple-system,BlinkMacSystemFont,sans-serif}.home-btn:hover{transform:translateY(-2px);box-shadow:0 4px 15px rgba(0,217,255,0.5)}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<a href="https://portal-kolifee.duckdns.org/" class="home-btn" title="Retour au portail"><span style="font-size:18px">🏠</span><span>Accueil</span></a>
|
|
<h1>💼 Business - Discord Leads</h1>
|
|
<div class="card">
|
|
<div class="info-box">
|
|
<h3>🔗 Connexion Leads Discord</h3>
|
|
<p>Le dashboard des leads est accessible ci-dessous. Pour une connexion temps réel, démarrez le bot Discord et le dashboard Flask sur les ports configurés.</p>
|
|
</div>
|
|
<p style="color: var(--text-dim); font-size: 0.85em; margin-bottom: 10px;">
|
|
<span class="status-badge status-connected">● Connecté</span> Dashboard actif sur port 8766
|
|
</p>
|
|
</div>
|
|
|
|
<iframe class="dashboard-frame" src="http://10.0.1.1:8766/" sandbox="allow-scripts allow-same-origin"></iframe>
|
|
|
|
<div style="text-align: center; margin-top: 15px; color: var(--text-dim); font-size: 0.8em;">
|
|
<p>H3R7Tech © 2026 - Système de leads automatisé</p>
|
|
</div>
|
|
</body>
|
|
</html>
|