You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

36 lines
1.3 KiB

<html>
<head>
<title>Doge Seed</title>
<link rel="shortcut icon" href="favicon.png">
<meta name="description" content="Dank mnemonic seed phrases."/>
6 years ago
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
6 years ago
<header class="header">
<div class="wrapper">
<h1>Doge Seed</h1>
<h2>Dank mnemonic seed phrases</h2>
<img src="doge.svg" width="256" alt="Shiba Inu"/>
</div>
</header>
<section class="generator">
6 years ago
<div class="wrapper">
<div class="seed-text"></div>
<input class="bits" type="range" min="128" max="256" step="32" value="256" />
<button class="generate-seed" type="button">Generate Seed</button>
</div>
</section>
<section class="description">
6 years ago
<div class="wrapper">
<h3>Very entropy, such secure.</h3>
<p>Doge seeds are <strong>cryptographically secure</strong> mnemonic seed phrases with added dankness. The first four words will be a randomly generated Doge-like sentence.</p>
<p>The seed phrases are <strong>fully valid checksummed BIP39 seeds</strong>. They can be used with any cryptocurrency and can be imported into any BIP39 compliant wallet.</p>
</div>
</section>
<script async src="./index.js"></script>
</body>
</html>