lnsocket

A minimal C library for connecting to the lightning network
git clone git://jb55.com/lnsocket
Log | Files | Refs | Submodules | README | LICENSE

websockets.html (348B)


      1 
      2 <!DOCTYPE html>
      3 <html lang="en">
      4     <head>
      5         <meta charset="utf-8">
      6         <meta name="viewport" content="width=device-width, initial-scale=1">
      7 
      8         <title>Hello World</title>
      9     </head>
     10     <body>
     11         <h1>Hello World</h1>
     12     <script src="lnsocket.js"></script>
     13     <script src="websockets.js?v=2"></script>
     14     </body>
     15 </html>
     16