@accounter/client
Version:
Accounter client application
26 lines (25 loc) • 1.14 kB
HTML
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/icons/accounter-logo.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Accounter</title>
<meta
name="description"
content="Accounter brings bank, card, crypto and payroll activity together, matches every transaction to the document that explains it, keeps a double-entry ledger, and generates the files the Israeli Tax Authority expects."
/>
<meta property="og:type" content="website" />
<meta property="og:title" content="Accounter — Manage your taxes." />
<meta
property="og:description"
content="One system for financial operations and Israeli tax compliance: automated data collection, transaction-to-invoice matching, a double-entry ledger, and VAT, PCN874, SHAAM 6111 and uniform-format exports."
/>
<meta property="og:image" content="/icons/accounter-logo.svg" />
<meta name="twitter:card" content="summary" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/index.tsx"></script>
</body>
</html>