lib/template/index.html in browser_app_base-0.0.4 vs lib/template/index.html in browser_app_base-0.0.5

- old
+ new

@@ -9,12 +9,12 @@ <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:64141/js/main.js"></script> - <link rel="stylesheet" href="http://localhost:64141/css/index.css" type="text/css"> + <script src="http://localhost:52538/js/main.js"></script> + <link rel="stylesheet" href="http://localhost:52538/css/index.css" type="text/css"> </head> <body> <h3>サンプル</h3> <hr> @@ -53,10 +53,13 @@ <td class="long"><input class="inarea" type="text" id="upDir" name="upDir"></td> <td><input type="button" id="select_dir" value="フォルダ選択" /></td> </tr> </table> - <textarea name="log" id="log" class="outarea"></textarea><br /> + <div class="outarea"> + <ul name="log" id="log" class="log"> + </ul> + </div> </body> </html> \ No newline at end of file