Skip to content

Instantly share code, notes, and snippets.

@pkbanks
Created October 11, 2017 12:20
Show Gist options
  • Save pkbanks/4df06a87d99de367d5ce6f1824ab49d2 to your computer and use it in GitHub Desktop.
Save pkbanks/4df06a87d99de367d5ce6f1824ab49d2 to your computer and use it in GitHub Desktop.
// welcome to js-dom
<!DOCTYPE html>
<html>
<head>
<title>DOM</title>
</head>
<body>
<div class="main">
<h1>Welcome to JS-Dom</h1>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment