ezweb/html/index.html
2024-08-19 05:18:28 +00:00

28 lines
1.3 KiB
HTML

<div class="all">
<br>
<br>
<h1>welcome to easyweb</h1>
<p>easly merge your nav bar, css, html, and js in one easy place</p>
<br>
<div class="section">
<h1> How to use </h1>
<p>ezweb requires bacic knolage of html and optionaly css and js to take full advantage</p>
<br>
<p> ezweb uses 3 folders, they should be in the same directory as the python script (ezweb.py)</p>
<p>this means if ezweb.py is in /home, there should be /home/css/, /home/html/, /home/script/.</p>
<br>
<p> to create a webpage, create a html file and optionaly add css and js files with the name of the directory it will display <br> (ex: pagea.html, pagea.js, and pagea.css is at localhost:8080/pagea)</p>
<br>
<div class="mini">
<h1>html</h1>
<p>like most webservers, the name index.html has the root directory of the server (localhost:8080/)</p>
<br>
<p>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) <br> use all.css for styling</p>
</div>
</div>
<br>
<p> for you convinence, the example pages " <a href="pagea">pagea</a> " and "<a href="pageb">pageb</a> " are provided</p>
<br>
</div>