Skip to content

Instantly share code, notes, and snippets.

@chrisdias
Last active January 17, 2020 20:47
Show Gist options
  • Select an option

  • Save chrisdias/7be496a11b6535ef18a8af02aab12921 to your computer and use it in GitHub Desktop.

Select an option

Save chrisdias/7be496a11b6535ef18a8af02aab12921 to your computer and use it in GitHub Desktop.
index js
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<div>
Hello!
</div>
</body>
</html>
console.log('hello');
console.log('asdf')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment