UNPKG

gulp-live-server

Version:

easy light weight server with livereload

13 lines (12 loc) 235 B
<!DOCTYPE html> <html> <head lang="en"> <meta charset="UTF-8"> <link rel="stylesheet" href="style.css"/> <title>static content</title> </head> <body> <h1>this is serving from the static </h1> <h1>hello</h1> </body> </html>