Skip to content

Commit

Permalink
Update index.htm
Browse files Browse the repository at this point in the history
  • Loading branch information
5HT authored Sep 6, 2024
1 parent 9f25286 commit af6bfe5
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions priv/static/index.htm
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
<h2 id="heading">room</h2>
<button id="logout">logout</button>
</header>
<main>
<form></form>
<textarea id="message" rows="4" autofocus="true" placeholder="Just type what you think about this"></textarea>
<button id="upload">Browse</button>
<button id="send">chat</button>
<history id="history"></history>
</main>
<main>
<form></form>
<textarea id="message" rows="4" autofocus="true" placeholder="Just type what you think about this"></textarea>
<button id="upload">Browse</button>
<button id="send">chat</button>
<history id="history"></history>
</main>
<script src="https://ws.n2o.dev/priv/utf8.js"></script>
<script src="https://ws.n2o.dev/priv/bert.js"></script>
<script src="https://ws.n2o.dev/priv/heart.js"></script>
Expand Down

0 comments on commit af6bfe5

Please sign in to comment.