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
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).
Index.html :
o width=device-width is updated to initial-scale=1, maximum-scale=1, user-scalable=no in the viewport meta tag.
o The script tag is updated to include the async attribute.
o The external link is updated to include target="_blank" and rel="noopener noreferrer" to prevent potential security
issues.
o The msapplication-navbutton-color meta tag is added to support Microsoft browsers.
Other.html :
o Added width=device-width to the viewport meta tag
o Removed initial-scale=1 from viewport meta tag since it is set by default
o Changed overflow property in body and html styles to default (omitted)
o Added error handling to Service Worker registration, displaying an error message if registration fails.
o Added a warning message if Service Worker is not supported in the browser
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
None yet
2 participants
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.