Skip to content

Instantly share code, notes, and snippets.

@kewitz
Created March 6, 2017 16:12
Show Gist options
  • Save kewitz/6bf51ba0f037a017310ce07f86479af3 to your computer and use it in GitHub Desktop.
Save kewitz/6bf51ba0f037a017310ce07f86479af3 to your computer and use it in GitHub Desktop.
esnextbin sketch
<!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>
const cool = `If we were able to find a match for that e-mail address
then a reset link will be sent to you inbox.`
console.log(cool)
{
"name": "esnextbin-sketch",
"version": "0.0.0"
}
"use strict";
var cool = "If we were able to find a match for that e-mail address\n then a reset link will be sent to you inbox.";
console.log(cool);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment