Changeset View
Changeset View
Standalone View
Standalone View
apps/marlin-wallet/web/src/index.html
| Show First 20 Lines • Show All 52 Lines • ▼ Show 20 Lines | <body> | ||||
| <img | <img | ||||
| id="marlin-logo" | id="marlin-logo" | ||||
| alt="Marlin Wallet" | alt="Marlin Wallet" | ||||
| data-i18n="[alt]main.title" | data-i18n="[alt]main.title" | ||||
| /> | /> | ||||
| <h1 data-i18n="main.title">Marlin Wallet</h1> | <h1 data-i18n="main.title">Marlin Wallet</h1> | ||||
| </div> | </div> | ||||
| <div class="header-buttons"> | <div class="header-buttons"> | ||||
| <div class="asset-picker-wrap"> | |||||
| <button | |||||
| type="button" | |||||
| id="asset-picker-btn" | |||||
| class="asset-picker-btn" | |||||
| aria-haspopup="listbox" | |||||
| aria-expanded="false" | |||||
| > | |||||
| XEC | |||||
| </button> | |||||
| <div | |||||
| id="asset-picker-menu" | |||||
| class="asset-picker-menu" | |||||
| role="listbox" | |||||
| ></div> | |||||
| </div> | |||||
| <div class="history-btn"> | <div class="history-btn"> | ||||
| <button class="history-button" onclick="openHistory()"> | <button class="history-button" onclick="openHistory()"> | ||||
| <img | <img | ||||
| id="history-icon" | id="history-icon" | ||||
| alt="History" | alt="History" | ||||
| width="24" | width="24" | ||||
| height="24" | height="24" | ||||
| data-i18n="[alt]main.history" | data-i18n="[alt]main.history" | ||||
| ▲ Show 20 Lines • Show All 442 Lines • Show Last 20 Lines | |||||