Skip to content

Instantly share code, notes, and snippets.

@ioinDev
ioinDev / incassaora-flussi-viceversa.html
Created May 14, 2026 13:47
IncassaOra x FX12 - Flussi operativi per Viceversa
<!DOCTYPE html>
<html lang="it">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>IncassaOra – Flussi per Viceversa</title>
<style>
* { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: 'Segoe UI', Arial, sans-serif; background: #f4f6f9; color: #1a1a2e; }