lib/template/index.html in browser_app_base-0.0.6 vs lib/template/index.html in browser_app_base-0.0.7

- old
+ new

@@ -9,15 +9,18 @@ <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script> <!-- jQuery UI --> <script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.js"></script> <link rel="stylesheet" href="https://ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/themes/smoothness/jquery-ui.css"> - <script src="http://localhost:54068/js/main.js"></script> - <link rel="stylesheet" href="http://localhost:54068/css/index.css" type="text/css"> + <script src="http://localhost:55974/js/main.js"></script> + <link rel="stylesheet" href="http://localhost:55974/css/index.css" type="text/css"> </head> <body> - <h4>サンプル</h4> + <div id="msg_dialog" style="display:none;"> + <div id="msg_text">message</div> + </div> + <h4>GrepFind</h4> <hr> <table> <tr> <td> <input type="button" id="exec" name="exec" value="実行"> \ No newline at end of file