mirror of
https://github.com/status-im/keycard-certify.git
synced 2025-02-22 09:18:18 +00:00
9 lines
362 B
HTML
9 lines
362 B
HTML
|
<section id="keycard__error-layout">
|
||
|
<div class="keycard__img-card-container">
|
||
|
<img src="./img/smartcard_error.png" alt="Smartcard" class="keycard__img">
|
||
|
</div>
|
||
|
<p class="keycard__pairing-message" id="error-message"></p>
|
||
|
<div class="keycard__btn-container">
|
||
|
<input type="submit" id="btn-error" class="keycard__btn" value="OK">
|
||
|
</div>
|
||
|
</section>
|