UNPKG

yolo-scraper

Version:

A simple way to structure your web scraper.

18 lines (17 loc) 264 B
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Fixture List</title> </head> <body> <h1>My list of numbers</h1> <ul> <li>1</li> <li>2</li> <li>3</li> <li>4</li> <li>5</li> </ul> </body> </html>