easly merge your nav bar, css, html, and js in one easy place
ezweb requires bacic knolage of html and optionaly css and js to take full advantage
ezweb uses 3 folders, they should be in the same directory as the python script (ezweb.py)
this means if ezweb.py is in /home, there should be /home/css/, /home/html/, /home/script/.
to create a webpage, create a html file and optionaly add css and js files with the name of the directory it will display
(ex: pagea.html, pagea.js, and pagea.css is at localhost:8080/pagea)
like most webservers, the name index.html has the root directory of the server (localhost:8080/)
nav.html is the html file for the nav bar, it will appear on the top of the page of every directory of the server (like the one up top)
use all.css for styling
for you convinence, the example pages " pagea " and "pageb " are provided