Skip to content

Commit

Permalink
Updated form language
Browse files Browse the repository at this point in the history
  • Loading branch information
netsgnut committed Mar 4, 2016
1 parent a911898 commit 02cf080
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/index.html
Expand Up @@ -35,8 +35,8 @@ <h1>死得啦</h1>
</div>
<div id="messages"></div>
<div id="input">
<input type='text' id='name' placeholder='Name'>
<input type='text' id='message' placeholder='Message'>
<input type="text" id="name" placeholder="(大名)">
<input type="text" id="message" placeholder="想噏咩?">
</div>

<script src='https://cdn.firebase.com/js/client/2.2.1/firebase.js'></script>
Expand Down

0 comments on commit 02cf080

Please sign in to comment.