Skip to content

Commit

Permalink
限制字数
Browse files Browse the repository at this point in the history
  • Loading branch information
Dafrok committed Aug 4, 2020
1 parent 3343c93 commit 327d0fb
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 @@ -235,13 +235,13 @@ <h3 class="title is-3">膜拜处</h3>
<div class="field">
<label for="form-name" class="label">您的名字</label>
<div class="control">
<input id="form-name" class="input" type="text" name="username" required>
<input id="form-name" class="input" type="text" name="username" required maxlength="50">
</div>
</div>
<div class="field">
<label class="label">您想说的话</label>
<div class="control">
<textarea class="textarea" name="content" required></textarea>
<textarea class="textarea" name="content" required maxlength="300"></textarea>
</div>
</div>
<button type="submit" class="button">奉上</button>
Expand Down

0 comments on commit 327d0fb

Please sign in to comment.