tmp: add dist

This commit is contained in:
Vasco Santos
2021-04-28 18:41:24 +02:00
parent 2df6271eeb
commit d92ff16745
138 changed files with 414766 additions and 8 deletions

17
examples/webrtc-direct/dist/index.html vendored Normal file
View File

@ -0,0 +1,17 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>js-libp2p parcel.js browser example</title>
</head>
<body>
<header>
<h1 id="status">Starting libp2p...</h1>
</header>
<main>
<pre id="output"></pre>
</main>
<script src="/dialer.5df1565c.js"></script>
</body>
</html>