45 lines
1.2 KiB
HTML
45 lines
1.2 KiB
HTML
|
|
<!doctype html>
|
||
|
|
<html lang="en">
|
||
|
|
<head>
|
||
|
|
<meta charset="UTF-8" />
|
||
|
|
<meta name="viewport" content="width=device-width,initial-scale=1" />
|
||
|
|
<title>Contractless Wallet Backup</title>
|
||
|
|
<script type="module" crossorigin src="/print.js"></script>
|
||
|
|
<link rel="modulepreload" crossorigin href="/chunks/modulepreload-polyfill-B5Qt9EMX.js">
|
||
|
|
<link rel="stylesheet" crossorigin href="/assets/print-DTb91-bp.css">
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
<header>
|
||
|
|
<img src="/assets/contractless-logo-BgfMS-Kf.png" alt="" />
|
||
|
|
<div>
|
||
|
|
<h1>Contractless Wallet Backup</h1>
|
||
|
|
<p>Private recovery information</p>
|
||
|
|
</div>
|
||
|
|
</header>
|
||
|
|
|
||
|
|
<p class="warning">
|
||
|
|
Keep this page private. Anyone with the private key and encryption key can
|
||
|
|
control this wallet.
|
||
|
|
</p>
|
||
|
|
|
||
|
|
<section>
|
||
|
|
<h2>Wallet</h2>
|
||
|
|
<pre id="wallet-label"></pre>
|
||
|
|
</section>
|
||
|
|
<section>
|
||
|
|
<h2>Address</h2>
|
||
|
|
<pre id="wallet-address"></pre>
|
||
|
|
</section>
|
||
|
|
<section>
|
||
|
|
<h2>Private Key</h2>
|
||
|
|
<pre id="wallet-private-key"></pre>
|
||
|
|
</section>
|
||
|
|
<section>
|
||
|
|
<h2>Encryption Key</h2>
|
||
|
|
<pre id="wallet-encryption-key"></pre>
|
||
|
|
</section>
|
||
|
|
|
||
|
|
<p id="print-error" class="print-error"></p>
|
||
|
|
</body>
|
||
|
|
</html>
|