github.com/vcilabs/webrpc@v0.5.2-0.20201116131534-162e27b1b33b/_examples/hello-webrpc-with-goschema-ts/webapp/src/index.html (about)

     1  <!doctype html>
     2  <html lang="">
     3  <head>
     4  <meta charset="utf-8">
     5  <title>hello webrpc (js)</title>
     6  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     7  <link rel="icon" href="" />
     8  <style>
     9  </style>
    10  </head>
    11  <body>
    12    
    13  <div id="app">
    14    <h1>hello webrpc, simple TS app -- open your console</h1>
    15  </div>
    16  
    17  </body>
    18  </html>