UNPKG

esnextbin

Version:

Prototype JavaScript programs in the browser with ESNext (a.k.a ES2015) syntax and features, using modules from NPM.

15 lines (14 loc) 486 B
<!doctype html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width"> <title>ESNextbin Embed Sketch | DEV</title> <link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Roboto:400,600,700,300|Roboto+Mono:400,500,700&subset=latin,cyrillic"> <link rel="stylesheet" type="text/css" href="build/embed.css"> </head> <body> <div id="root"></div> <script src="build/embed.js" async defer></script> </body> </html>