Files
Vanillae/jrx/pages/msg_confirm.html
T

21 lines
348 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Is this message good or bad?</title>
</head>
<body>
<h1>Do you want to sign this message?</h1>
<pre id="message"></pre>
<br>
<button id="good">Yes</button>
<br>
<button id="bad">No</button>
<script type="module" src="../dist/msg_confirm.js"></script>
<body>
</html>