-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated index.html to use correct project name (#42)
* Updated index.html to use correct project name * replace logo Co-authored-by: ramil <[email protected]>
- Loading branch information
1 parent
f23ee86
commit 03169fe
Showing
3 changed files
with
23 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,30 +6,30 @@ | |
<meta name="viewport" content="width=device-width, initial-scale=1" /> | ||
<title>IPLD Block Explorer</title> | ||
|
||
<link rel="icon" sizes="192x192" href="./logo-black-compact.png" /> | ||
<link rel="shortcut icon" type="image/png" href="./logo-black-compact.png" /> | ||
<link rel="icon" sizes="128x128" href="./logo-black-compact.png?v=1" /> | ||
<link rel="shortcut icon" type="image/png" href="./logo-black-compact.png?v=1" /> | ||
|
||
<meta name="theme-color" content="#3d55a5" /> | ||
<meta | ||
name="description" | ||
content="Explore real-time data on Ethereum addresses, ERC20 tokens, transactions, NFTs, prices, contracts, and more. Open source project powered by MyEtherWallet (MEW)." | ||
content="Explore real-time data on Ethereum addresses, ERC20 tokens, transactions, NFTs, prices, contracts, and more. Open source project powered by VulcanizeDB." | ||
/> | ||
<meta property="og:title" content="EthVM: Ethereum Blockchain Explorer - Powered by MEW" /> | ||
<meta property="og:title" content="IPLD Block Explorer: Ethereum Blockchain Explorer - Powered by VulcanizeDB" /> | ||
<meta property="og:type" content="website" /> | ||
<meta property="og:site_name" content="EthVM.com: Ethereum Blockchain Explorer" /> | ||
<meta property="og:site_name" content="IPLD Block Explorer: Ethereum Blockchain Explorer" /> | ||
|
||
<meta property="og:image" content="https://www.ethvm.com/logo-blue.png" /> | ||
<meta property="og:image" content="https://explore.vdb.to/logo-blue.png?v=1" /> | ||
|
||
<meta property="og:url" content="https://www.ethvm.com" /> | ||
<meta property="og:url" content="https://explore.vdb.to" /> | ||
<meta | ||
property="og:description" | ||
content="Explore real-time data on Ethereum addresses, ERC20 tokens, transactions, NFTs, prices, contracts, and more. Open source project powered by MyEtherWallet (MEW)." | ||
content="Explore real-time data on Ethereum addresses, ERC20 tokens, transactions, NFTs, prices, contracts, and more. Open source project powered by VulcanizeDB." | ||
/> | ||
<meta name="twitter:title" content="EthVM - open-source Ethereum Blockchain Explorer" /> | ||
<meta name="twitter:site" content="@eth_vm" /> | ||
<meta name="twitter:creator" content="@eth_vm" /> | ||
<meta name="twitter:image:alt" content="EthVM logo image." /> | ||
<meta name="apple-mobile-web-app-title" content="EthVM: Ethereum Blockchain Explorer - Powered by MEW" /> | ||
<meta name="twitter:title" content="IPLD Block Explorer - open-source Ethereum Blockchain Explorer" /> | ||
<meta name="twitter:site" content="@vulcanizeio" /> | ||
<meta name="twitter:creator" content="@vulcanizeio" /> | ||
<meta name="twitter:image:alt" content="IPLD explorer logo image." /> | ||
<meta name="apple-mobile-web-app-title" content="IPLD Block Explorer: Ethereum Blockchain Explorer - Powered by VulcanizeDB" /> | ||
<meta name="apple-mobile-web-app-status-bar-style" content="#3d55a5" /> | ||
<link rel="apple-touch-icon" href="logo.png" /> | ||
|
||
|
@@ -40,20 +40,20 @@ | |
{ | ||
"@context": "http://schema.org", | ||
"@type": "Organization", | ||
"name": "EthVM", | ||
"legalName": "MyEtherWallet Inc", | ||
"url": "https://www.ethvm.com/", | ||
"name": "Vulcanize", | ||
"legalName": "Vulcanize Inc", | ||
"url": "https://explore.vdb.to/", | ||
"contactPoint": [ | ||
{ | ||
"@type": "ContactPoint", | ||
"email": "[email protected]", | ||
"url": "https://www.ethvm.com", | ||
"email": "[email protected]", | ||
"url": "https://explore.vdb.to", | ||
"contactType": "customer service" | ||
} | ||
], | ||
"logo": "https://www.ethvm.com/logo.png", | ||
"description": "Explore real-time data on Ethereum addresses, ERC20 tokens, transactions, NFTs, prices, contracts, and more. Open source project powered by MyEtherWallet (MEW).", | ||
"sameAs": ["https://www.ethvm.com/", "https://www.ropsten.ethvm.com", "https://twitter.com/eth_vm", "https://github.com/EthVM"] | ||
"logo": "https://explore.vdb.to/logo.png", | ||
"description": "Explore real-time data on Ethereum addresses, ERC20 tokens, transactions, NFTs, prices, contracts, and more. Open source project powered by VulcanizeDB.", | ||
"sameAs": ["https://explore.vdb.to/", "https://twitter.com/vulcanizeio", "https://github.com/vulcanize/ipld-block-explorer"] | ||
} | ||
</script> | ||
<link href="<%= BASE_URL %>index.css" rel="stylesheet" type="text/css" /> | ||
|
@@ -67,8 +67,8 @@ | |
</div> | ||
<div class="text-container"> | ||
<strong>Looks like you have Javascript disabled.</strong> | ||
<p class="text-public">We're sorry but EthVM doesn't work properly without JavaScript. Please enable it to continue.</p> | ||
<p class="text-public">Thank you! #MEWteam</p> | ||
<p class="text-public">We're sorry but IPLD Block Explorer doesn't work properly without JavaScript. Please enable it to continue.</p> | ||
<p class="text-public">Thank you!</p> | ||
</div> | ||
</noscript> | ||
</body> | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.