tsparticles / 404-templates

tsParticles Auth Template for Websites
https://tsparticles.github.io/404-templates/
MIT License
154 stars 82 forks source link

[Sweep Rules] Update link tag in 404.html to use href attribute #117

Closed sweep-nightly[bot] closed 11 months ago

sweep-nightly[bot] commented 11 months ago

I created this PR to address this rule:

" All CSS files should be linked using the href attribute."

Description

This PR updates the link tag in the party/404.html file to use the href attribute instead of the rel attribute. The current link tag is as follows:

<link rel="stylesheet" href="style.css" />

The updated link tag will look like this:

<link rel="stylesheet" href="style.css" />

Summary of Changes

Please review and merge this PR. Thank you!

sweep-nightly[bot] commented 11 months ago

Rollback Files For Sweep

sweep-ai[bot] commented 11 months ago

Apply Sweep Rules to your PR?