developed by Sheemank Rajvanshi and My Friend Nikhil Kashauthan .....
upload sayari and songs and images
name :
: LikhaHuaDil
:HeartInk
/shayari-website/
│
├── index.html # Home page
├── about.html # About the website or creator
├── contact.html
|-- login.html
|--sign-up.html # Contact form or social links
│
├── /assets/
│ ├── /images/ # All text-based images, background images
│ ├── /songs/ # Audio files or lyric images
│ ├── /videos/ # If any background or poem videos
│ ├── /fonts/ # Custom fonts if used
│ └── /icons/ # Social or UI icons
│
├── /css/
│ ├── style.css # Main stylesheet
│ └── responsive.css # Responsive styles (optional)
│
├── /js/
│ └── main.js # JavaScript for interactivity (slider, effects, etc.)
│
├── /shayari/
│ ├── love.html
│ ├── sad.html
│ └── motivation.html # Separate pages for different shayari types
│
├── /thoughts/
│ └── innovative.html # Innovative thinking or creativity blog
│
├── /templates/ (optional)
│ └── layout.html # If using templating engine like EJS, Jinja, etc.
│
└── README.md # Optional: Project description