Skip to content

Instantly share code, notes, and snippets.

@kevinchisholm
Last active August 29, 2020 20:52
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/c5ac98352aef02ff22dd84b2830cd66f to your computer and use it in GitHub Desktop.
Save kevinchisholm/c5ac98352aef02ff22dd84b2830cd66f to your computer and use it in GitHub Desktop.
Scraper API Example # 1 B
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Web Scraping Example</title>
</head>
<body>
<article id="main">
<p>I've been scraped!</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