open-organism-observer/index.html

24 lines
909 B
HTML
Raw Normal View History

2025-01-16 03:24:22 +01:00
<!DOCTYPE html>
<html>
<head>
<link href="bootstrap-5.0.2-dist/css/bootstrap.min.css" rel="stylesheet" ></link>
<script src="bootstrap-5.0.2-dist/js/bootstrap.bundle.min.js" ></script>
<head>
<body>
<div class="container">
<h1> OpenCompostApp </h1>
2025-01-17 02:21:25 +01:00
<p> hi there - this my fancy website</p>
<h2> first set up your microscope and sample preparation </h2>
2025-01-16 03:24:22 +01:00
<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>
2025-01-17 02:21:25 +01:00
<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>
2025-01-16 03:24:22 +01:00
</div>
</body>