Skip to content

fix: correct script tag syntax and viewport meta - #96

Open
AliMahmoudDev wants to merge 1 commit into
deepsonK:mainfrom
AliMahmoudDev:fix/html-syntax-errors
Open

AliMahmoudDev wants to merge 1 commit into
deepsonK:mainfrom
AliMahmoudDev:fix/html-syntax-errors

Conversation

@AliMahmoudDev

Copy link
Copy Markdown

What

Fixed two HTML syntax issues in index.html.

  • Removed the extra space before the closing > in the script tag
  • Made the viewport meta tag self-closing

Closes #49
Closes #17

- Removed extra space before closing > in script tag
- Made viewport meta tag self-closing for XHTML compliance

Closes deepsonK#49
Closes deepsonK#17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix HTML script tag in index.html - missing equals sign Fix HTML meta tag in index.html - invalid viewport

1 participant