esnextbin
Version:
Prototype JavaScript programs in the browser with ESNext (a.k.a ES2015) syntax and features, using modules from NPM.
14 lines (13 loc) • 417 B
HTML
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>ESNextbin Embed Sketch</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">
</head>
<body>
<h1>Hi, Embed!</h1>
<script src="build/embed.min.js" async defer></script>
</body>
</html>