UNPKG

balanc

Version:

Modern accounting (receipts, billings, pdf storage ...) toolchain and managed service

22 lines (20 loc) 463 B
<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <title>Balanc Demo</title> </head> <body style="margin:0; padding:0"> <div id="app"> Loading... </div> <script src="https://ajax.googleapis.com/ajax/libs/webfont/1.6.16/webfont.js"></script> <script> WebFont.load({ google: { families: ['Open Sans:300,400,600,700,800', 'Material Icons'] } }); </script> </body> </html>