-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Refactor index.html from HTML4 to HTML5 #4641
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@Ubayed-Bin-Sufian Let me take this ! |
@Ubayed-Bin-Sufian If this issue hasn't been resolved yet, may I take it? |
Sure. I have provided some comments in this PR. Please follow them. |
@Ubayed-Bin-Sufian ive solved this, the current PRs required a lot of changes on top of them as they were missing major code blocks, so raised a new PR. |
Hmm, this is going to be a tough one ig. |
@FirePheonix ive raised a PR, yes it does improve performance, the loading times are much lesser now. |
Current Behavior
The current
index.html
file is written using outdated HTML4 standards, lacking semantic structure and modern best practices. This affects maintainability, accessibility, and compatibility with modern browsers.Desired Situation
Refactor
index.html
to follow HTML5 standards. This includes using semantic tags (like<header>
,<nav>
,<main>
,<footer>
), updating the document type declaration, and validating the file using the W3C HTML5 validator to ensure compliance.Checklist
Thank you for contributing to our project! We appreciate your help in improving it.
📚 See contributing instructions.
🙋🏾🙋🏼 Questions: Community Matrix Server.
cc: @walterbender
The text was updated successfully, but these errors were encountered: