Added simple spice meter (No server integration)
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user