Is your feature request related to a problem? Please describe.
The current index.html has a default title (“frontend”) and Vite’s favicon. It also doesn’t include any SEO or meta tags, which makes the site look plain and less optimized.
Describe the solution you'd like
Update the index.html with:
-A proper project title like “Hacking Tutorial”
-A custom favicon matching the project
-Basic SEO meta tags (description and keywords).
For Example:
<title>Hacking Tutorial — Learn Ethical Hacking</title>
Describe alternatives you've considered
Keeping the current setup is fine, but adding these small improvements will make the page more complete and user-friendly.
Additional context
This change will make the project more professional, improve SEO, and give a better first impression when users open the site.
@amandewatnitrr kindly assign me the issue under hacktoberfest related labels if you find this issue relevant.
Is your feature request related to a problem? Please describe.
The current index.html has a default title (“frontend”) and Vite’s favicon. It also doesn’t include any SEO or meta tags, which makes the site look plain and less optimized.
Describe the solution you'd like
Update the index.html with:
-A proper project title like “Hacking Tutorial”
-A custom favicon matching the project
-Basic SEO meta tags (description and keywords).
For Example:
<title>Hacking Tutorial — Learn Ethical Hacking</title>Describe alternatives you've considered
Keeping the current setup is fine, but adding these small improvements will make the page more complete and user-friendly.
Additional context
This change will make the project more professional, improve SEO, and give a better first impression when users open the site.
@amandewatnitrr kindly assign me the issue under hacktoberfest related labels if you find this issue relevant.