|
1 | 1 | <!DOCTYPE html>
|
2 | 2 | <html lang="en">
|
3 | 3 | <head>
|
| 4 | + <title>Hactar - Analysis tool for your Filecoin miner</title> |
| 5 | + |
4 | 6 | <meta charset="utf-8" />
|
5 | 7 | <meta name="viewport" content="width=device-width, initial-scale=1" />
|
6 | 8 | <meta
|
7 | 9 | name="description"
|
8 | 10 | content="Hactar gives you insights into your performance as a miner in Filecoin blockchain network. Start optimizing your work."
|
9 | 11 | />
|
10 | 12 |
|
| 13 | + <!-- Favicon --> |
11 | 14 | <link rel="apple-touch-icon" sizes="180x180" href="%PUBLIC_URL%/favicon/apple-touch-icon.png">
|
12 | 15 | <link rel="icon" type="image/png" sizes="32x32" href="%PUBLIC_URL%/favicon/favicon-32x32.png">
|
13 | 16 | <link rel="icon" type="image/png" sizes="16x16" href="%PUBLIC_URL%/favicon/favicon-16x16.png">
|
14 | 17 | <link rel="manifest" href="%PUBLIC_URL%/favicon/site.webmanifest">
|
15 | 18 | <link rel="mask-icon" href="%PUBLIC_URL%/favicon/safari-pinned-tab.svg" color="#5bbad5">
|
16 | 19 | <meta name="msapplication-TileColor" content="#da532c">
|
17 | 20 | <meta name="theme-color" content="#242B3D">
|
| 21 | + <!-- End favicon --> |
18 | 22 |
|
19 | 23 | <!--
|
20 | 24 | Notice the use of %PUBLIC_URL% in the tags above.
|
|
25 | 29 | work correctly both with client-side routing and a non-root public URL.
|
26 | 30 | Learn how to configure a non-root public URL by running `npm run build`.
|
27 | 31 | -->
|
28 |
| - <title>Hactar - Analysis tool for your Filecoin miner</title> |
| 32 | + |
| 33 | + <!-- OG tags --> |
| 34 | + <meta property=”og:type” content=”website” /> |
| 35 | + <meta property="og:title" content="Hactar - Analysis tool for your Filecoin miner"> |
| 36 | + <meta property="og:description" content="Gives you insights into your performance as a miner in the Filecoin network. "> |
| 37 | + <meta property=”og:image” content=”%PUBLIC_URL%/public/hactar.png” /> |
| 38 | + <meta property=”og:url” content=”http://hactar.nodefactory.io” /> |
| 39 | + <meta property=”og:site_name” content=”Hactar” /> |
| 40 | + |
| 41 | + <meta name="twitter:title" content="Hactar - Analysis tool for your Filecoin miner"> |
| 42 | + <meta name="twitter:description" content="Gives you insights into your performance as a miner in the Filecoin network. "> |
| 43 | + <meta name=”twitter:image” content=”%PUBLIC_URL%/public/hactar.png”> |
| 44 | + <meta name=”twitter:site” content=”@nodefactoryio”> |
| 45 | + <meta name=”twitter:creator” content=”@nodefactoryio”> |
| 46 | + <!-- End OG tags --> |
| 47 | + |
29 | 48 | </head>
|
30 | 49 | <body>
|
31 | 50 | <noscript>You need to enable JavaScript to run this app.</noscript>
|
|
0 commit comments