This commit is contained in:
anto
2024-10-24 17:35:36 +02:00
parent e07c99e5bb
commit 78c9d31c13
3 changed files with 55 additions and 42 deletions

View File

@@ -19,47 +19,43 @@
<body>
<div id="section" class="container mt-5">
<div>
<div class="buttons-container" style="float: left; width: 20%">
<button id="projets" class="btn btn-primary">
<span> Home </span>
</button>
<div class="row">
<div class="col-md-12">
<div class="buttons-container" style="float: left; width: 20%">
<button id="projets" class="btn btn-primary">
<span> Home </span>
</button>
</div>
<h3 id="name_project" class="text-black" style="float: left; width: 50%"></h3>
</div>
</div>
<div class="row">
<div class="col-md-6">
<table class="table table-striped" id="table-metrics">
<thead class="bg-blue-600 text-black">
<tr>
<th>date</th>
<th>Hygrométrie</th>
<th>température</th>
</tr>
</thead>
<tbody></tbody>
</table>
</div>
<div class="col-md-6">
<table class="table table-striped" id="table-image">
<thead class="bg-blue-600 text-black">
<tr>
<th>images</th>
</tr>
</thead>
<tbody></tbody>
</table>
</div>
<h3
id="name_project"
class="text-black"
style="float: left; width: 50%"
></h3>
</div>
<table
class="table table-striped"
id="table-metrics"
style="float: left; width: 50%"
>
<thead class="bg-blue-600 text-black">
<tr>
<th>date</th>
<th>Hygrométrie</th>
<th>température</th>
</tr>
</thead>
<tbody></tbody>
</table>
<!-- <table
class="table table-striped"
id="table-image"
style="float: left; width: 50%"
>
<thead class="bg-blue-600 text-black">
<tr>
<th>images</th>
</tr>
</thead>
<tbody></tbody>
</table> -->
</div>
<img id="my-image" alt="Description of the image">
<img id="my-image" alt="Description of the image" />
<footer>
<p>&copy; 2024 Timelapse. All rights reserved.</p>
</footer>