Skip to content

Instantly share code, notes, and snippets.

@4strid
Created January 19, 2019 05:13
Show Gist options
  • Save 4strid/0458149cd980c1829b13af15a4c5c80a to your computer and use it in GitHub Desktop.
Save 4strid/0458149cd980c1829b13af15a4c5c80a to your computer and use it in GitHub Desktop.
// source https://jsbin.com
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
</head>
<body>
<!-- CODE GOES HERE -->
<script>
console.log('hello world 😁')
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment