open-organism-observer/index.html

24 lines
909 B
HTML

<!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>
<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>
<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>