samedi 26 juin 2021

Failed to load resource: css js

I just did my first page and it looks and works very well on local host. Local Host view

Today I uploaded it to godaddy hosting and put it on root page.

cpanel

but it doesn't good on live web page.

Web page - online

When I check with google developer tool I notice css and JS files aren't loading.

chrome developer

I suspect maybe my css links was wrong but I think they are ok.

<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
    <head>
        <meta charset="utf-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <meta name="description" content="An abstract acrylic art page">

        <link rel="stylesheet" type="text/css" href="vendors/css/normalize.css">
        <link rel="stylesheet" type="text/css" href="vendors/css/grid.css">
        <link rel="stylesheet" type="text/css" href="vendors/css/ionicons.min.css">
        <link rel="stylesheet" type="text/css" href="vendors/css/animate.css">
        <link rel="stylesheet" type="text/css" href="Resources/css/css.css">
        <link rel="stylesheet" type="text/css" href="resources/css/queries.css">
        <link rel="preconnect" href="https://fonts.gstatic.com">
        <link href="https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400&display=swap" rel="stylesheet">

I'd appereciate if you can help me. Thank you




Aucun commentaire:

Enregistrer un commentaire