29 lines
1.9 KiB
HTML
29 lines
1.9 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 an open source generator using your web browser to generate Ethereum
|
|
vanity addresses. You can get a custom ETH vanity address right now without the need to install any software.
|
|
Vanity-ETH provides an encrypted keystore compatible with MyEtherWallet, MetaMask, Mist, and geth." />
|
|
<meta property="og:description" content="Vanity-ETH is an open source generator using your web browser to generate Ethereum
|
|
vanity addresses. You can get a custom ETH vanity address right now without the need to install any software.
|
|
Vanity-ETH provides an encrypted keystore compatible with MyEtherWallet, MetaMask, Mist, and geth." />
|
|
<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" />
|
|
<style>@keyframes spin{100%{transform:rotate(360deg)}}</style>
|
|
</head>
|
|
<body style="background:#09c4c5;background:linear-gradient(140deg,#0ff0b3,#036ed9);height:100vh;margin:0;padding:0;display:flex;justify-content:center;align-items:center">
|
|
<div id="app">
|
|
<div class="spinner" style="pointer-events:none;width:2.5em;height:2.5em;border:.4em solid transparent;border-top-color:#fff;border-radius:50%;animation:spin 0.8s linear infinite"></div>
|
|
</div>
|
|
<script src="dist/index.js"></script>
|
|
</body>
|
|
</html>
|