Skip to content

johnmdrake1/proj1-pageserver

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README: Author: John Drake Contact: [email protected] Description: A simple web server that returns 403 errors if prohibited characters are in the url/filename, or the url does not end in .html or .css. If the file/page is not found whatsoever, a 404 error is returned. Should the file specified in the url be present, the page will be transmitted to the client/browser by the server and displayed.

About

Project: Finish a trivial web page server in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 85.6%
  • Shell 6.8%
  • Makefile 5.2%
  • HTML 1.8%
  • CSS 0.6%