-
Notifications
You must be signed in to change notification settings - Fork 38
Closed
Description
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 :
- 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:
Metadata
Metadata
Assignees
Labels
No labels