Eu não consigo importar o css, pelo index do wordpress.
Segue abaixo o erro: Failed to load resource: the server responded with a status of 404 (Not Found)
Ele não consegue encontrar o arquivo, sendo que não existe nenhum erro do importação ou erro no local que o arquivo está.
O código HTML :
<!DOCTYPE html>
<html>
<head>
<title>Teste</title>
<link rel="stylesheet" type="text/css" href="style.css">
<?php wp_head() ?>
</head>
<body>
<?php wp_footer() ?>
</body>
</html>
CSS:
/*Theme Name: Rafael
Theme URI: http://wordpress.org/themes/twentythirteen
Author: Rafael rocha
Author URI: http://wordpress.org/
Version: 1.0
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, flexible-width, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: twentythirteen
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.*/
body{
background-color: black;
}
**Detalhe eu já terminei o curso, o css rodou normalmente nas aulas, agora que fui fazer sozinho deu erro :[