logo
This commit is contained in:
11
index.html
11
index.html
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user