UNPKG

league-companion

Version:

A companion application for League of Legends built in Electron for Windows/Mac

11 lines 288 B
<!DOCTYPE html> <html> <head> <title>Hello World!</title> </head> <body> <h1>Hello World!</h1> We are using io.js <script>document.write(process.version)</script> and Electron <script>document.write(process.versions['electron'])</script>. </body> </html>