animate-css / animate.css

🍿 A cross-browser library of CSS animations. As easy to use as an easy thing.
https://animate.style/
Other
80.14k stars 16.24k forks source link

Fixed bugs in template.html #1677

Closed BryanSJamesDev closed 4 months ago

BryanSJamesDev commented 1 year ago

Errors found in the template.html code:

  1. The meta tag for the title is missing the closing tag ">".
  2. The meta tag for the description is missing the closing tag ">".
  3. The link tag for the Favicon is missing the closing tag ">".
  4. The link tag for the Google Fonts stylesheet is missing the closing tag ">".
  5. The link tag for the Prism theme stylesheet is missing the closing tag ">".
  6. The link tag for the Fork Corner stylesheet is missing the closing tag ">".
  7. The script tag for the main script is missing the closing tag ">".
  8. The script tag for the Prism script is missing the closing tag ">".
  9. The script tag for the Prism autoloader script is missing the closing tag ">".
eltonmesquita commented 4 months ago

Not errors at all, just valid HTML, have a look at HTML's spec. Anyway, we're moving away from this custom solution anyway, so this is not needed. Thanks for the contribuition!