Browse Source

fist commit

pull/1/head
adiao 4 years ago
parent
commit
1995fbeacc
  1. 32
      web/index.jsp

32
web/index.jsp

@ -89,7 +89,37 @@ @@ -89,7 +89,37 @@
<%-- 时间表 --%>
<div class="time_table">
<div id="watch">
<div class="btn"></div>
<div class="btn">
<table>
<%-- 第一行 --%>
<tr>
<th>年</th>
<th>月</th>
<th>日</th>
<th>周</th>
</tr>
<%-- 第二行 --%>
<tr>
<td></td>
</tr>
<%-- 第三行 --%>
<tr>
<td></td>
</tr>
<%-- 第四行 --%>
<tr>
<td></td>
</tr>
<%-- 第五行 --%>
<tr>
<td></td>
</tr>
<%-- 第六行 --%>
<tr>
<td></td>
</tr>
</table>
</div>
</div>
</div>
<%-- 返回顶部 --%>

Loading…
Cancel
Save