Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 252 Bytes

File metadata and controls

15 lines (13 loc) · 252 Bytes

Simple Web Server - NOT YET READY

Instructions

  1. Create an index.html file with the following content
<html><head><title>Simple Website</title></head><body><h2>Simple Website</h2></body></html>
close