Update index.html

This commit is contained in:
tpollina 2019-12-10 17:22:59 -08:00 committed by GitHub
parent d4f12914d5
commit 218e2d2412
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1 +1,26 @@
<!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>