Skip to content

Commit

Permalink
fixed line breaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Foroxon committed Mar 19, 2024
1 parent 1ef14cf commit ecb7c19
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions pages/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,20 +76,17 @@ <h2 class='text-center'>JAAM Flasher</h2>
<div class='row'>
<div class='by col-md-12 mt-2' align='center'>
<esp-web-install-button manifest="manifest.json">
<button class='btn btn-primary' type='button' aria-expanded='false'
slot="activate">Встановити JAAM 3.8</button>
<button class='btn btn-primary' type='button' aria-expanded='false' slot="activate">Встановити JAAM 3.8</button>
<span slot="unsupported">Браузер не підтримується!</span>
<span slot="not-allowed">Заборенено використання HTTP!</span>
</esp-web-install-button>
<esp-web-install-button manifest="manifest-beta.json">
<button class='btn btn-info' type='button' aria-expanded='false' slot="activate">Встановити
JAAM 3.8 Beta 37</button>
<button class='btn btn-info' type='button' aria-expanded='false' slot="activate">Встановити JAAM 3.8 Beta 37</button>
<span slot="unsupported">Браузер не підтримується!</span>
<span slot="not-allowed">Заборенено використання HTTP!</span>
</esp-web-install-button>
<esp-web-install-button manifest="manifest-lite.json">
<button class='btn btn-success' type='button' aria-expanded='false'
slot="activate">Встановити JAAM 3.8 Lite</button>
<button class='btn btn-success' type='button' aria-expanded='false' slot="activate">Встановити JAAM 3.8 Lite</button>
<span slot="unsupported">Браузер не підтримується!</span>
<span slot="not-allowed">Заборенено використання HTTP!</span>
</esp-web-install-button>
Expand Down

0 comments on commit ecb7c19

Please sign in to comment.