An informational website about computer emulation, built with Express.js and EJS templating.
index.js - Express server with routes
views/
home.ejs - Home page template
hardware_emulation.ejs - Hardware emulation page
virtual_machine.ejs - Virtual machine page
emulator_list.ejs - List of emulators
partials/
head.ejs - HTML head partial
nav.ejs - Navigation partial
user.ejs - User info partial
public/
styles/style.css - Stylesheet
npm install
node index.js
http://localhost:3000