Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 677 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 677 Bytes

Features

  • Automatically lists all .html files in a directory on the main index page.
  • Dynamically updates with new HTML files when they are added.
  • Serves static HTML files with Express.

Project Structure

.
├── contributors/
├── server.js              
├── package.json
├── .gitignore        
└── README.md              

Adding New HTML Files

To add a new contributor or HTML file, simply place a .html file in the contributors folder. The changes will automatically reflect on the index page.

Dependencies

  • Express - Fast, unopinionated, minimalist web framework for Node.js.