Why isn’t the CSS applying on this specific page? [closed]

1 day ago 1
ARTICLE AD BOX

Info:

This website is being hosted on GitHub Pages The CSS is being applied to all the other pages The file is in a separate file.

What I tried doing.

I tried using the raw link for the CSS Putting the code through a lint Asking other people what the issue could be

The Code:

<!DOCTYPE html> <html> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta http-equiv="refresh" content="0.8; url=https://discord.gg/" /> <head> <link rel="stylesheet" href="assets/styles.css"> </head> <body> <div class="box"> <h1>Redirecting you to The Discord Server!</h1> <h3>If this fails please click <a href="https://discord.gg/">here</a></h3> </div> </body> </html>```

Anime Oni's user avatar

New contributor

Anime Oni is a new contributor to this site. Take care in asking for clarification, commenting, and answering. Check out our Code of Conduct.

Read Entire Article