Skip to content

Instantly share code, notes, and snippets.

<!DOCTYPE html><html lang="en"><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"><title>Road Navigator</title><style> *{margin:0;padding:0;box-sizing:border-box;-webkit-tap-highlight-color:transparent} html,body{height:100%;width:100%;overflow-x:hidden} body{background:#080e1a;font-family:'Courier New',monospace;color:#e2e8f0} input,button{-webkit-appearance:none;font-family:'Courier New',monospace} input{color:#e2e8f0} .screen{display:none;flex-direction:column;min-height:100vh} .screen.active{display:flex} .navscreen{height:100vh;overflow:hidden} /* Cards */ .card{background:#0d1520;border:1px solid #1e3a5f;border-radius:16px;padding:22px;width:100%;display:flex;flex-direction:column;gap:14px;margin-bottom:14px} .lbl{color:#64748b;font-size:10px;letter-spacing:2px;text-transform:uppercase;margin-bottom:5px} .inp{background:#080e1a;border:1px solid #1e3a5f;border-radius:8px;padding:11px 12px;color:#e2e8f0;font-size:14px;font