This repository contains a simple syllabus website built using pure HTML. It includes multiple interlinked pages, each dedicated to a different subject or topic. The goal of this project is to present syllabus content in a clean, organized, and accessible way using only HTML - without any external libraries or frameworks.
project-root/
│
├── index.html
├── syllabusPage.html
├── al-301.html
├── al-302.html
├── al-303.html
├── al-304.html
├── al-305.html
│
└── image-for-syllabus/
└── rgpv_logo.png
Shows new updates/notices for the students (static)
Provides navigation links to:
Lists subject code, subject name and their page number in the form of table.
Contains syllabus of TC, copied from RGPV website.
Contains syllabus of IPS, copied from RGPV website.
Contains syllabus of DS, copied from RGPV website.
Contains syllabus of AI, copied from RGPV website.
Contains syllabus of OOPM, copied from RGPV website.
Author: Kundan Kumar Jaiswal A Simple Syllabus Website made with pure html code.