liveserver

simple live web server for local developments
git clone https://noulin.net/git/liveserver.git
Log | Files | Refs | README | LICENSE

index.html (462B)


      1 <!DOCTYPE html>
      2 <html lang="en">
      3 <head>
      4 <title>Oscar's web server example</title>
      5 </head>
      6 <BODY BGCOLOR="grey">
      7   <center>
      8     <h1>Welcome to the default homepage!</h1>
      9     <img src="scott.jpg" />
     10     <p>Here's an image of scott pilgrim... he's really cool and you can learn about him <a href="http://scottpilgrim.com">here</a>.</p>
     11   </center>
     12   <p>
     13     Just some basic default page. For another page... go <a href="page2.html">here</a>.
     14   </p>
     15 </body>
     16 </html>