update and fix links

This commit is contained in:
lukas fricke 2025-01-17 02:21:25 +01:00
parent 7ac01c78c0
commit 4dfac80fde

View file

@ -7,11 +7,17 @@
<body>
<div class="container">
<h1> OpenCompostApp </h1>
<p> hi there this my fancy website</p>
<a href="sample_intake.html">enter a new sample here</a><br>
<p> hi there - this my fancy website</p>
<h2> first set up your microscope and sample preparation </h2>
<a href="setup_microscope.html">setup your microscope and camera here</a><br>
<a href="sample_prep_protocol.html">add a sample preparation protocol</a><br>
<a href="observe_sample.html">observe a sample</a><br>
<h2> then you can start observing </h2>
<a href="observe_main.html">filamentous and protozoa</a><br>
<a href="observe_nema.html">nematodes</a><br>
<a href="observe_bact.html">bacteria</a><br>
<h2> in the end you can create a report </h2>
<a href="create_report.html"> create a report here</a>
</div>
</body>