Skip to content

Instantly share code, notes, and snippets.

@toyeiei
Last active March 30, 2022 11:30
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 toyeiei/c3e3bdc0c9a62e6c914ff7eb9f877053 to your computer and use it in GitHub Desktop.
Save toyeiei/c3e3bdc0c9a62e6c914ff7eb9f877053 to your computer and use it in GitHub Desktop.
simple website for intro to web scraping class
<!DOCTYPE html>
<html>
<head>
<title>DataRockie School</title>
</head>
<body>
<h1>Welcome to our intro to web scraping class</h1>
<p>Awesome work</p>
<div>
<li>HTML</li>
<li>CSS</li>
<li>Examples with R</li>
<li>Examples with Python</li>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment