-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
22 lines (22 loc) · 1.09 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/assets/img/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="The simplest and most modern Bitcoin transaction explorer" />
<meta name="author" content="github.com/Pymmdrza" />
<meta name="keywords" content="Bitcoin, Block Explorer, Backend, blockhub, mmdrza, block explorer, bitcoin explorer, transaction search, bitcoin address" />
<meta name="robots" content="index, follow" />
<meta name="theme-color" content="#0B1017" />
<meta rel="manifest" content="/site.webmanifest" />
<link rel="apple-touch-icon" sizes="180x180" href="/assets/img/apple-touch-icon.png" />
<meta name="msapplication-TileImage" content="/assets/img/ms-icon-144x144.png" />
<meta name="apple-mobile-web-app-title" content="BlockHub" />
<title>Block Hub - Bitcoin Explorer (Beta)</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>