Skip to content

Commit

Permalink
调整两个输入框的代码格式
Browse files Browse the repository at this point in the history
复制来代码,ie上报错了,
不过改了ie也还是用不了就是了,
  • Loading branch information
AoEiuV020 committed Jun 1, 2021
1 parent 240b1e2 commit af86931
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Expand Up @@ -84,8 +84,8 @@ <h5 class="card-title">输入你的长链接:</h5>
</div>
<p id="notice">###DEMO_NOTICE###</p>
<p>
<input id="key" type="text" style= "background-color:transparent;border:0;"></input>
<input id="password" type="password" style= "background-color:transparent;border:0;"></input>
<input id="key" type="text" style="background-color:transparent;border:0;" />
<input id="password" type="password" style="background-color:transparent;border:0;" />
</p>
</form>
</div>
Expand Down

0 comments on commit af86931

Please sign in to comment.