planktoscope/pipeline/index.html
2019-12-10 17:22:59 -08:00

27 lines
514 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>PlanktonScope GUI v.1</title>
<!-- Bootstrap core CSS -->
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js"></script>
<script type="text/javascript" src="pipeline.js"></script>
</head>
<body>
nb_step
<input type="text" id="nb_step"/>
orientation
<input type="text" id="orientation"/>
<button type="button" class="btn btn-primary" id="send_nb_step">Send</button>
</body>
</html>