animate.css icon indicating copy to clipboard operation
animate.css copied to clipboard

Fixed bugs in template.html

Open BryanSJamesDev opened this issue 2 years ago • 0 comments

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 ">".

BryanSJamesDev avatar Jun 11 '23 09:06 BryanSJamesDev