119 lines
4.9 KiB
HTML
119 lines
4.9 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Document</title>
|
|
<link rel="stylesheet" href="../static/css/style.css">
|
|
<script src="../static/js/main.js" defer></script>
|
|
<!-- <script src="../script/main.py"></script> -->
|
|
</head>
|
|
<body>
|
|
<section class="mainContainer">
|
|
<section class="mainBorder">
|
|
<section class="content">
|
|
<section class="kant-links">
|
|
<table id="planten">
|
|
<tr>
|
|
<td>
|
|
<a href="../templates/kas_informatie.html">
|
|
<article class="article-1">
|
|
<img src="../static/images/Icon awesome-apple-alt.png"alt="">
|
|
<h2>Tomaat</h2>
|
|
</article>
|
|
</a>
|
|
</td>
|
|
<td>
|
|
<article>
|
|
<img src="../static/images/Icon awesome-apple-alt.png" alt="">
|
|
<h2>Tomaat</h2>
|
|
</article>
|
|
</td>
|
|
</tr>
|
|
<!-- Second Row -->
|
|
<tr>
|
|
<td>
|
|
<article>
|
|
<img src="../static/images/Icon awesome-apple-alt.png" alt="">
|
|
<h2>Tomaat</h2>
|
|
</article>
|
|
</td>
|
|
<td>
|
|
<article>
|
|
<img src="../static/images/Icon awesome-apple-alt.png" alt="">
|
|
<h2>Tomaat</h2>
|
|
</article>
|
|
</td>
|
|
</tr>
|
|
<!-- Third Row -->
|
|
<tr>
|
|
<td>
|
|
<article>
|
|
<img src="../static/images/Icon awesome-apple-alt.png" alt="">
|
|
<h2>Tomaat</h2>
|
|
</article>
|
|
</td>
|
|
<td>
|
|
<article>
|
|
<img src="../static/images/Icon awesome-apple-alt.png" alt="">
|
|
<h2>Tomaat</h2>
|
|
</article>
|
|
</td>
|
|
</tr>
|
|
<!-- Fourth Row -->
|
|
<tr>
|
|
<td>
|
|
<article>
|
|
<img src="../static/images/Icon awesome-apple-alt.png" alt="">
|
|
<h2>Tomaat</h2>
|
|
</article>
|
|
</td>
|
|
<td>
|
|
<article id="modalButton" onclick="openModal()">
|
|
<img id="toevoegen"src="../static/images/toevoegen.png" alt="">
|
|
</article>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
<div id="myModal" class="modal">
|
|
<!-- Modal content -->
|
|
<span class="close">×</span>
|
|
<form action="http://localhost:3000/submit-form" method="post">
|
|
<!-- Form content -->
|
|
</form>
|
|
</div>
|
|
</section>
|
|
<!-- White space -->
|
|
<section>
|
|
<p></p>
|
|
</section>
|
|
<section class="kant-rechts">
|
|
<section id="metingen">
|
|
<article id="main-waardes">
|
|
<table>
|
|
<tr>
|
|
<td>
|
|
<p>Waardes</p>
|
|
</td>
|
|
<td>
|
|
<p>Huidig</p>
|
|
</td>
|
|
<td>
|
|
<p>24u gemiddelde</p>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</article>
|
|
<div class="divider">
|
|
</div>
|
|
<article>
|
|
|
|
</article>
|
|
</section>
|
|
</section>
|
|
</section>
|
|
</section>
|
|
</section>
|
|
</body>
|
|
|
|
</html> |