Closed sweep-nightly[bot] closed 1 year ago
" All CSS files should be linked using the href attribute."
href
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:
party/404.html
rel
<link rel="stylesheet" href="style.css" />
The updated link tag will look like this:
Please review and merge this PR. Thank you!
import pdb; pdb.set_trace()
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 thehref
attribute instead of therel
attribute. The current link tag is as follows:The updated link tag will look like this:
Summary of Changes
party/404.html
file to use thehref
attribute instead of therel
attribute.Please review and merge this PR. Thank you!