Update index.html
This commit is contained in:
parent
d4f12914d5
commit
218e2d2412
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue