mirror of
https://github.com/Coldcard/push-tx.git
synced 2026-04-26 17:04:01 +00:00
rename
This commit is contained in:
27
cc-implementation/index.html
Normal file
27
cc-implementation/index.html
Normal file
@@ -0,0 +1,27 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>COLDCARD NFC Transaction Broadcast</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<main class="pushtx" style="
|
||||
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
|
||||
max-width: 1024px;
|
||||
margin: 5vh auto;
|
||||
">
|
||||
|
||||
<h1 style="margin-bottom: 2rem;">COLDCARD NFC Transaction Broadcast</h1>
|
||||
|
||||
<div>
|
||||
<div class="pushtx-message-area"></div>
|
||||
<div class="pushtx-details-area"></div>
|
||||
</div>
|
||||
<script type="module" src="/src/main.ts"></script>
|
||||
</main>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user