planktoscope/pipeline/index.html

27 lines
514 B
HTML
Raw Normal View History

2019-12-11 02:22:59 +01:00
<!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>
2019-12-11 02:22:46 +01:00