Skip to content

Instantly share code, notes, and snippets.

@Haalvarez
Haalvarez / SYSTEM_MAP.html
Created April 3, 2026 23:12
mervalBot - Mapa del Sistema
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>mervalBot — Mapa del Sistema</title>
<style>
* { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: 'Segoe UI', sans-serif; background: #0d1117; color: #c9d1d9; line-height: 1.5; }
a { color: #58a6ff; }