UNPKG

insight-tcr

Version:

A blockchain explorer for Bitcore

30 lines (24 loc) 1.23 kB
<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <title>Insight Block Explorer</title> <base href="/"> <meta name="viewport" content="viewport-fit=cover, width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no"> <meta name="format-detection" content="telephone=no"> <meta name="msapplication-tap-highlight" content="no"> <link rel="icon" type="image/png" href="assets/icon/favicon.png" sizes="64x64"> <link rel="icon" type="image/png" href="assets/icon/favicon@2x.png" sizes="128x128"> <link rel="icon" type="image/png" href="assets/icon/favicon@4x.png" sizes="256x256"> <link href="https://fonts.googleapis.com/css?family=Roboto:300,400,700" rel="stylesheet"> <!-- add to homescreen for ios --> <meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-status-bar-style" content="black"> <link rel="manifest" href="manifest.json"> <meta name="theme-color" content="#1976d2"> </head> <body> <app-root></app-root> <noscript>Please enable JavaScript to continue using this application.</noscript> </body> </html>