Skip to content

Instantly share code, notes, and snippets.

@sheelah
Last active September 27, 2018 15:34
Show Gist options
  • Save sheelah/b1c8df5ba9d4ddd830f6821766d7af26 to your computer and use it in GitHub Desktop.
Save sheelah/b1c8df5ba9d4ddd830f6821766d7af26 to your computer and use it in GitHub Desktop.
HTML scaffolding test
<!DOCTYPE html>
<html lang='en'>
<head>
<meta charset='UTF-8'>
<meta name='viewport' content='width=device-width, initial-scale=1.0'>
<meta http-equiv='X-UA-Compatible' content='ie=edge'>
<title>Document</title>
</head>
<body>
<script>
const $foo = 1;
console.log(foo);
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment