About This Hub
Educational Hub is a simple webpage for organizing legitimate educational applications and learning resources in one place.
Local applications are stored in the apps folder, with each application living in its own folder as a single, self-contained HTML file. External educational resources can be represented as ordinary links.
Folder Structure
EducationalHub/
├── index.html
├── about.html
├── style.css
├── cursor-glow.js
└── apps/
├── app1/
│ └── app1.html
├── app2/
│ └── app2.html
└── app3/
└── app3.html
Back to Applications