Skip to content

Instantly share code, notes, and snippets.

@arsenoashley
arsenoashley / index.html
Last active May 2, 2026 00:21
BRX FLOW — Workflow Canvas
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>BRX FLOW — Workflow Canvas</title>
<link href="https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&display=swap" rel="stylesheet">
<style>
*{margin:0;padding:0;box-sizing:border-box;}
body{font-family:'DM Sans',sans-serif;overflow:hidden;background:#F5F5F3;user-select:none;}