UNPKG

cc-invoice

Version:

Simple Invoice App Made with Angular @latest

14 lines 458 B
<!DOCTYPE html> <html lang="en" moznomarginboxes mozdisallowselectionprint> <head> <meta charset="utf-8"> <base href="/"> <title>UIK Framework | PRODUCTS | Invoice Template</title> <meta name="description" content="Invoice system created by farmanahmed.com"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="shortcut icon" href="/assets/img/favicon.png"> </head> <body> <app-root></app-root> </body> </html>