Skip to content

Instantly share code, notes, and snippets.

View DanielCodeWeb's full-sized avatar
🌴
On vacation

DanielCode DanielCodeWeb

🌴
On vacation
View GitHub Profile
@DanielCodeWeb
DanielCodeWeb / flow-chase-messages.html
Created April 17, 2026 07:15
FlowBit — Догоняющие сообщения, цепочка
<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="UTF-8">
<title>Догоняющие — цепочка</title>
<style>
* { box-sizing: border-box; margin: 0; padding: 0; font-family: -apple-system, 'Segoe UI', Roboto, sans-serif; }
body { background: #0f1419; color: #e7ecef; padding: 40px 20px; min-height: 100vh; }
h1 { font-size: 22px; text-align: center; margin-bottom: 40px; font-weight: 500; }