I've been attempting to link my CSS file to HTML using PHP, but I'm hitting a roadblock. Despite checking similar topics, I can't seem to find the right solution.
Any assistance you could provide would be greatly appreciated.
This is what my file looks like with the header:
<html>
<head>
<title>BNU Student Web Application</title>
<!-- styles and JS here -->
<link href="https://cdn.jsdelivr.net/npm/<a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="5c3e3333282f282e3d2c1c69726c726d">[email protected]</a>/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-+0n0xVW2eSR5OomGNYDnhzAbDsOXxcvSN1TPprVMTNDbiYZCxYbOOl7+AMvyTG2x" crossorigin="anonymous">
<link rel="stylesheet" href="../../css/styles.css">
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
</head>
<body>
Here is an overview of my file structure: