стили находятся в папке views
потключил и так
<head>
<title>Smartphones</title>
<link rel="stylesheet" type="text/css" href="/views/style.css">
</head>
и так
<head>
<title>Smartphones</title>
<link rel="stylesheet" type="text/css" href="/style.css">
</head>
в обоих случаях не работают
почему?