open-organism-observer/index.html

18 lines
636 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>
<p> hi there this my fancy website</p>
<a href="sample_intake.html">enter a new sample here</a><br>
<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>
</div>
</body>