UNPKG

@pattern-lab/live-server

Version:

simple development http server with live reload capability

13 lines (12 loc) 393 B
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Live-server Test Page</title> <link rel="stylesheet" href="style.css" /> </head> <body> <h1>Hello world.</h1> <p>These tags are in capitals.</p> </body> </html>