V-Gotti / prj-rev-bwfs-dasmoto

0 stars 0 forks source link

stylesheet link #1

Open mp1pro opened 6 years ago

mp1pro commented 6 years ago

The styles do not show on the webpage. This is because index.css is not correctly linked. you have ./resources/style.css/index.css however the Resources folder has an uppercase R.

instead of <link href="./resources/style.css/index.css" type="text/css" rel="stylesheet"> use <link href="./Resources/style.css/index.css" type="text/css" rel="stylesheet">

V-Gotti commented 6 years ago

Thanks for pointing that out! I will resubmit soon