This commit is contained in:
2025-12-20 22:05:33 +01:00
parent 76ad70352e
commit fecdcafed2
2 changed files with 148 additions and 19 deletions

View File

@ -13,14 +13,7 @@
<div class="container">
<header>
<div class="logo">
<svg viewBox="0 0 48 48" width="40" height="40" aria-hidden="true">
<rect x="4" y="8" width="40" height="32" rx="4" fill="none" stroke="currentColor"
stroke-width="2" />
<rect x="44" y="18" width="4" height="12" rx="1" fill="currentColor" />
<rect x="10" y="14" width="8" height="20" rx="2" fill="var(--accent)" />
<rect x="20" y="14" width="8" height="20" rx="2" fill="var(--accent)" />
<rect x="30" y="14" width="8" height="20" rx="2" fill="var(--accent)" />
</svg>
<img src="data/favicon.svg" width="40" />
<h1>LiXX Cell Pack Matcher</h1>
</div>
<p class="subtitle">Optimal cell matching for lithium battery packs</p>
@ -167,7 +160,7 @@
<div class="live-preview-content" id="live-preview-content"></div>
</div>
</div>
<button type="button" id="btn-stop-matching" class="btn btn-danger">
<button type="button" id="btn-stop-matching" class="btn btn-ghost btn-danger">
Stop Matching
</button>
</section>