Skip to content

Instantly share code, notes, and snippets.

@kevinchisholm
Last active October 17, 2020 23:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kevinchisholm/db3068522b19c9dfe525d55adad298da to your computer and use it in GitHub Desktop.
Save kevinchisholm/db3068522b19c9dfe525d55adad298da to your computer and use it in GitHub Desktop.
Scraper API Example # 2 B
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Web Scraping Example</title>
</head>
<body>
<article id="main">
<p>This text was added with JavaScript.</p>
</article>
<script src="index.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment