UNPKG

wanjs-wns

Version:

An WNS interface module built on WanJS.

33 lines (24 loc) 528 B
<!doctype html> <html> <head> <title>Wanjs WNS</title> </head> <body> <h1>Wanjs WNS Example</h1> <input id="lookupField" placeholder="tyrion70.eth"></input> <button id="searchButton">Search</button> <br> <p>Result: </p> <p id="resultField"></p> <br> <a href="https://github.com/WanJS/wanjs-wns">View the source code on Github</a> </body> <script src="example/bundle.js"></script> </html> <!doctype html> <html> <head> <title>WNS Test</title> </head> <body></body> </html>