test
This commit is contained in:
@@ -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>© 2024 Timelapse. All rights reserved.</p>
|
||||
</footer>
|
||||
|
||||
Reference in New Issue
Block a user