add an index - and some links
This commit is contained in:
parent
1c9ddc6edf
commit
f3404aa83f
17
index.html
Normal file
17
index.html
Normal file
|
|
@ -0,0 +1,17 @@
|
||||||
|
<!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>
|
||||||
Loading…
Reference in a new issue