diff --git a/coverage/busstop.html b/coverage/busstop.html
index 39d9320..e37acb2 100644
--- a/coverage/busstop.html
+++ b/coverage/busstop.html
@@ -72,6 +72,7 @@
                         <th>code</th>
                         <th>都道府県</th>
                         <th>標本数</th>
+                        <th>入力数</th>
                         <th>カバー率(%)</th>
                     </tr>
                 </thead>
@@ -89,7 +90,6 @@
 window.addEventListener('DOMContentLoaded', function() {
     $.getJSON("/gitbucket/yuu/osmCoverageBin/raw/master/GML_BUSSTOP/coverage.busstop.json", function(data) {
         var count = 0 ;
-        $("#timestamp2").append("<p>上図は " + data.timestamp + " での状況<br/>   赤: 未入力, オレンジ: とりあえず入力済み, 蛍光グリーン: 入力済み</p>") ;
         $("#source").append("国土交通省国土政策局「" + data.sourcedata + "」をもとにhayashiが編集・加工したものです。") ;
         $(data.coverage).each(function() {
             $("#data_list").append("<tr id=\"data_id" + count + "\"></tr>") ;
@@ -102,7 +102,7 @@
         });
     });
     
-    var tileDate = '/gitbucket/yuu/osmCoverageBin/raw/master/GML_BUSSTOP/tileDate.json';
+    var tileDate = './GML_BUSSTOP/tileDate.json';
     $.getJSON(tileDate, function(data) {
         $("#timestamp").append("<p>" + data.date + " 更新</p>") ;
         $("#timestamp2").append("<p>上図は " + data.date + " での状況<br/>   赤: 未入力, オレンジ: とりあえず入力済み, 蛍光グリーン: 入力済み</p>") ;