1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-16 04:45:18 +03:00
inav-configurator/wizard/buttons.html
Pawel Spychalski (DzikuVx) e0ef5b0261 Basic navigation
2022-05-30 11:35:19 +02:00

8 lines
No EOL
254 B
HTML

<div class="defaults-dialog__bottom_buttons">
<div class="btn default_btn narrow green">
<a id="wizard-next" href="#">Next</a>
</div>
<div class="btn default_btn narrow">
<a id="wizard-skip" href="#">Skip</a>
</div>
</div>