<!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>