-
Notifications
You must be signed in to change notification settings - Fork 51
/
index.html
52 lines (43 loc) · 3.08 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
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<!doctype html>
<html lang="en">
<head>
<!-- The first thing in any HTML file should be the charset -->
<meta charset="utf-8">
<!-- Make the page mobile compatible -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Allow installing the app to the homescreen -->
<meta name="mobile-web-app-capable" content="yes">
<link rel="icon" href="/favicon.png" />
<title>Omni Explorer - The block explorer for Omni Token, Tether, USDT, MaidSafe and Omni Layer Tokens / Cryptocurrencies</title>
<meta name="description" content="The block explorer for Omni Token, Tether, USDT, MaidSafe and Omni Layer Tokens / Cryptocurrencies" />
<link rel="canonical" href="https://omniexplorer.info" />
<meta name="referrer" content="always" />
<meta property="og:title" content="The block explorer for Omni Token, Tether, USDT, MaidSafe and Omni Layer Tokens / Cryptocurrencies" />
<meta property="twitter:title" content="The block explorer for Omni Token, Tether, USDT, MaidSafe and Omni Layer Tokens / Cryptocurrencies" data-react-helmet="true"/>
<meta property="og:url" content="https://omniexplorer.info" />
<meta property="og:description" content="The block explorer for Omni Token, Tether, USDT, MaidSafe and Omni Layer Tokens / Cryptocurrencies." />
<meta name="twitter:description" content="The block explorer for Omni Token, Tether, USDT, MaidSafe and Omni Layer Tokens / Cryptocurrencies." data-react-helmet="true"/>
<link rel="publisher" href="https://github.com/OmniLayer/omniexplorer" />
<link rel="author" href="https://github.com/germanf" />
<meta property="author" content="German Ferreyra" />
<meta property="og:type" content="article" />
<meta property="article:publisher" content="https://github.com/OmniLayer/omniexplorer" />
<meta property="article:author" content="German Ferreyra" />
<meta name="robots" content="index, follow" />
<meta name="twitter:site" content="@Omni_layer" />
<meta property="og:site_name" content="Omni Explorer" />
<meta name="twitter:label1" value="Omni Explorer" />
<meta property="al:web:url" content="https://omniexplorer.info/" />
<link rel="search" type="application/opensearchdescription+xml" title="Omni Explorer" href="/osd.xml" />
<meta name="parsely-link" content="https://omniexplorer.info/" />
</head>
<body>
<!-- Display a message if JS has been disabled on the browser. -->
<noscript>If you're seeing this message, that means <strong>JavaScript has been disabled on your browser</strong>, please <strong>enable JS</strong> to make this app work.</noscript>
<!-- The app hooks into this div -->
<div id="app"></div>
<!-- Open Sans Font -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,700" rel="stylesheet">
<!-- A lot of magic happens in this file. HtmlWebpackPlugin automatically includes all assets (e.g. bundle.js, main.css) with the correct HTML tags, which is why they are missing in this HTML file. Don't add any assets here! (Check out webpackconfig.js if you want to know more) -->
</body>
</html>