Skip to content

Commit

Permalink
repo transfer
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewcao95 committed Oct 25, 2019
1 parent f3df746 commit 851f10a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@

<form id="sidebar">
<table>
<tbody><tr><th>计划名</th><td><input id="plan" value="标题"></td></tr>
<tbody><tr><th>计划名</th><td><input id="plan" value="Your title"></td></tr>
<tr><th>List 名</th><td><input id="book" value="L"></td></tr>
<tr><th>开始日期</th><td><input id="startDate" type="date"></td></tr>
<tr><th>每天 List 数</th><td><input id="listPerDay" value="2"></td></tr>
Expand All @@ -141,7 +141,7 @@
</tbody></table>
<br>
</form>
<h1>学习计划时间表生成器标题</h1>
<h1>学习计划时间表生成器</h1>
<div id="output">
<span>Sun</span>
<span>Mon</span>
Expand Down

0 comments on commit 851f10a

Please sign in to comment.