You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 11, 2026. It is now read-only.
In index.html, the tag is written twice (line 15 and line 21).
This duplication is unnecessary and may cause confusion or redundancy in browser handling of the manifest file.
Steps to Reproduce
Steps to reproduce the behavior:
-Open the index.html file in the project.
-Scroll to lines 15 and 21.
-You will see that the manifest link is included twice.
Expected behavior
The manifest link should be included only once in index.html.
Screenshots
In index.html
Line 15:
Line 21:
The manifest link is included twice, which is unnecessary.
Desktop :
OS: Windows
Browser: Chrome
Version: Not version-specific
Smartphone :
Please complete the following information
Device: Android
OS: All
Browser : Chrome
Version: Not version-specific
Additional context :
Removing the duplicate line will clean up the HTML and follow best practices (only one manifest link is needed).
Suggested Fix :
Delete the duplicate manifest link (line 15) and keep only one:
Describe the bug
In index.html, the tag is written twice (line 15 and line 21).
This duplication is unnecessary and may cause confusion or redundancy in browser handling of the manifest file.
Steps to Reproduce
Steps to reproduce the behavior:
-Open the index.html file in the project.
-Scroll to lines 15 and 21.
-You will see that the manifest link is included twice.
Expected behavior
The manifest link should be included only once in index.html.
Screenshots
In index.html
Line 15:
Line 21:
The manifest link is included twice, which is unnecessary.
Desktop :
Smartphone :
Additional context :
Removing the duplicate line will clean up the HTML and follow best practices (only one manifest link is needed).
Suggested Fix :
Delete the duplicate manifest link (line 15) and keep only one: