Added simple spice meter (No server integration)

This commit is contained in:
2025-08-28 09:01:45 +02:00
parent c05f7fea76
commit 463a42d80f
5 changed files with 69 additions and 16 deletions

View File

@@ -13,8 +13,8 @@
<button class="tab-button" id="2">Images</button>
</nav>
<div class="tab-container" id="tab-1">
<div class="container">
<div class="tab-container active" id="tab-1">
<div class="container" style="max-width: 400px;">
<h2>Add New Image</h2>
<form id="imageForm" enctype="multipart/form-data">
<label for="imageInput">Select Image:</label>
@@ -26,15 +26,15 @@
</div>
<div class="tab-container" id="tab-2">
<h1>
Images
Images <button id="refresh-gallery">Refresh</button>
</h1>
<div>
<table id="imagesTable">
<table id="imagesGallery">
<thead>
<tr>
<th>ID</th>
<th>Image</th>
<th>Actions</th>
<th>Spice lvl</th>
</tr>
</thead>
<tbody>