I was working on a project: https://webbrowser11.github.io/go-python and realized the CSS file link was not working anymore.
First I tried giving a full file location but that did NOT work. I tried switching it to a full link and that still did not work. I need some solutions. Here is the code:
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="icon" href="https://webbrowser11.github.io/go-python/favicon.png">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>GO PYTHON!</title>
<!-- Link to your external CSS file -->
<link rel="stylesheet" href="https://webbrowser11.github.io/go-python/web/style.css">
<!-- Import Google Fonts for Nunito -->
</head>
New contributor
Graham Terpstra is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
3