ブランクページを作成
今回のプラクティスでは基本となるHTMLファイルの用意やGUIの設置を行います。
今回利用するパーツは下記の通りです
日付入力パーツ http://webui.ekispert.com/doc/files/html5/expGuiDateTime.zip
駅名入力パーツ http://webui.ekispert.com/doc/files/html5/expGuiStation.zip
探索条件パーツ http://webui.ekispert.com/doc/files/html5/expGuiCondition.zip
経路表示パーツ http://webui.ekispert.com/doc/files/html5/expGuiCourse.zip
※ディレクトリ構成("expCss"と"expImages")は変更しません。
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=shift_jis" />
<title>
Webサービスサンプル
</title>
</head>
<body>
</body>
</html>