Skip to content

Instantly share code, notes, and snippets.

@voronianski
Created November 15, 2018 15:52
Show Gist options
  • Save voronianski/3e8c9f30e4160eb71128aaaa6783b50a to your computer and use it in GitHub Desktop.
Save voronianski/3e8c9f30e4160eb71128aaaa6783b50a to your computer and use it in GitHub Desktop.
test new container
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>ESNextbin Sketch</title>
<!-- put additional styles and scripts here -->
</head>
<body>
<!-- put markup and other contents here -->
</body>
</html>
console.log('new')
{
"name": "esnextbin-sketch-with-description",
"description": "test new container",
"version": "1.0.0",
"dependencies": {
"nooop": "1.0.0"
}
}
'use strict';
console.log('new');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment