scvnc / shakespeare_001

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What is?

A website scrape for educational purposes

wget -p -k http://www.monologuearchive.com/s/shakespeare_001.html

Why??

...

How to run a quick http server

using nodejs

npx http-server

using python2

python -m SimpleHTTPServer

using python3

python -m http.server

Where is main

navigate to /s/shakespeare_001.html

About


Languages

Language:HTML 93.7%Language:CSS 6.3%