Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

Commit

Permalink
docs: Use textarea for multiaddr input in example (#24)
Browse files Browse the repository at this point in the history
* Use textarea for multiaddr input in example

* Update examples/fetch-file-from-kubo/index.html

Co-authored-by: Alex Potsides <alex@achingbrain.net>

Co-authored-by: Alex Potsides <alex@achingbrain.net>
  • Loading branch information
MarcoPolo and achingbrain committed Nov 1, 2022
1 parent f6b7f96 commit 14ce351
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/fetch-file-from-kubo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
<div id="app">
<div>
<p> Connect to (multiaddr with p2p): </p>
<input id="peerInput" type="text" placeholder="multiaddr"
value="/ip4/18.237.216.248/udp/4002/quic/webtransport/certhash/uEiD_zsX_4c3px3fXGcR7l7Y1uuUVBNrzvDZ3Yo0gG7icvg/certhash/uEiDa3KMjw1j1X7eoyNBLODDh_4TEsKFNKTE7T2Ji-QTE-w/p2p/12D3KooWKasdPzM2iDcBQTHP3YWR8DdgAoBMP4BqXWvxhuCVAYFU"></input>
<textarea id="peerInput" type="text" style="width: 600px; height: 100px;"
placeholder="/ip4/18.237.216.248/udp/4002/quic/webtransport/certhash/uEiD_zsX_4c3px3fXGcR7l7Y1uuUVBNrzvDZ3Yo0gG7icvg/certhash/uEiDa3KMjw1j1X7eoyNBLODDh_4TEsKFNKTE7T2Ji-QTE-w/p2p/12D3KooWKasdPzM2iDcBQTHP3YWR8DdgAoBMP4BqXWvxhuCVAYFU"></textarea>
<button id="connectBtn">Connect</button>
</div>
<div id="connlistWrapperEl" hidden="true">
Expand Down

0 comments on commit 14ce351

Please sign in to comment.