vanity-eth/index.html
2018-04-10 20:45:26 +02:00

24 lines
1.2 KiB
HTML

<!doctype html>
<html lang="en_US">
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Vanity ETH | Ethereum vanity address generator</title>
<meta property="og:title" content="Vanity ETH" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="Vanity-ETH is a browser-based tool to generate Ethereum vanity addresses.
Use the power of your browser to generate a custom ETH vanity address" />
<meta property="og:description" content="Vanity-ETH is a browser-based tool to generate Ethereum vanity addresses.
Use the power of your browser to generate a custom ETH vanity address" />
<link rel="canonical" href="vanity-eth.tk/" />
<meta property="og:url" content="vanity-eth.tk/" />
<meta property="og:site_name" content="Vanity ETH" />
<meta name="google-site-verification" content="DFWJVWz9IRrh-wjBxn0Y8ith5FTqMeJTSUtuJ595BEs" />
</head>
<body>
<div id="app"></div>
<script src="dist/index.js"></script>
</body>
</html>