'Css wont load JSp

I'm opening this because I have an issue with my css in my project he won't load I don't know why I try many things. I'm in JEE Maven project I run this on apache server 9 everything work just css won't charge Sorry if I made typos still learning English.

<head>
    <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" >
    <link href="../css/listerEmployer.css" rel="stylesheet">
</head>

It loading in preview but not on the page I don't know why I really need some help.

enter image description here



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source