19 lines
No EOL
729 B
HTML
19 lines
No EOL
729 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<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">
|
|
<meta name="google-site-verification" content="AP7ip-eAPj3abUpEkg2_RJsN3o-kUWd83TwIrxfyDCQ"/>
|
|
<title>Vanity ETH</title>
|
|
<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!">
|
|
|
|
<link rel="stylesheet" href="dist/style.css">
|
|
</head>
|
|
<body>
|
|
<div id="app"></div>
|
|
<script src="dist/index.js"></script>
|
|
</body>
|
|
</html> |